Skip to content

Commit 1a63c6e

Browse files
Merge pull request #168 from christopherpickering/dev
chore(deps) Update pre-commit hook pre-commit/pre-commit-hooks to v5
2 parents 7925ae4 + 2d86764 commit 1a63c6e

File tree

8 files changed

+317
-306
lines changed

8 files changed

+317
-306
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.ruff_cache
2+
.python-version
23
# Created by https://www.toptal.com/developers/gitignore/api/macos,python,node
34
# Edit at https://www.toptal.com/developers/gitignore?templates=macos,python,node
45

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ per-file-ignores =
4343
```toml
4444
# pyproject.toml
4545

46-
[tool.pylint.'MESSAGES CONTROL']
46+
[tool.pylint.'messages control']
4747
per-file-ignores = [
4848
"/folder_1/:missing-function-docstring,W0621,W0240,C0115",
4949
"file.py:C0116,E0001"

0 commit comments

Comments
 (0)