We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1054d1 commit 1f17818Copy full SHA for 1f17818
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: remove-tabs
19
20
- repo: https://github.com/pre-commit/pre-commit-hooks.git
21
- rev: v4.5.0
+ rev: v4.6.0
22
hooks:
23
# Side-effects:
24
- id: end-of-file-fixer
@@ -56,7 +56,7 @@ repos:
56
- id: pydocstyle
57
58
- repo: https://github.com/codespell-project/codespell
59
- rev: v2.2.6
+ rev: v2.3.0
60
61
- id: codespell
62
@@ -72,7 +72,7 @@ repos:
72
- --strict
73
74
- repo: https://github.com/PyCQA/flake8.git
75
- rev: 7.0.0
+ rev: 7.1.1
76
77
- id: flake8
78
additional_dependencies:
0 commit comments