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 3b634ab commit e0ffdb1Copy full SHA for e0ffdb1
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: add-trailing-comma
7
8
- repo: https://github.com/PyCQA/isort.git
9
- rev: 5.13.2
+ rev: 6.0.0
10
hooks:
11
- id: isort
12
args:
@@ -56,7 +56,7 @@ repos:
56
- id: pydocstyle
57
58
- repo: https://github.com/codespell-project/codespell
59
- rev: v2.4.0
+ rev: v2.4.1
60
61
- id: codespell
62
@@ -72,7 +72,7 @@ repos:
72
- --strict
73
74
- repo: https://github.com/PyCQA/flake8.git
75
- rev: 7.1.1
+ rev: 7.1.2
76
77
- id: flake8
78
additional_dependencies:
0 commit comments