Thanks to visit codestin.com Credit goes to github.com
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 8bcdd9f commit 50bb958Copy full SHA for 50bb958
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: double-quote-string-fixer
15
16
- repo: https://github.com/codespell-project/codespell
17
- rev: "v2.3.0"
+ rev: "v2.4.1"
18
hooks:
19
- id: codespell
20
@@ -30,12 +30,12 @@ repos:
30
- id: blackdoc
31
32
- repo: https://github.com/PyCQA/flake8
33
- rev: 7.1.1
+ rev: 7.1.2
34
35
- id: flake8
36
37
- repo: https://github.com/PyCQA/isort
38
- rev: 6.0.0
+ rev: 6.0.1
39
40
- id: isort
41
0 commit comments