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 a4d4d69 commit 55a33dcCopy full SHA for 55a33dc
.pre-commit-config.yaml
@@ -11,15 +11,15 @@ repos:
11
- id: check-case-conflict
12
- id: check-merge-conflict
13
- repo: https://github.com/psf/black
14
- rev: 24.10.0
+ rev: 25.1.0
15
hooks:
16
- id: black
17
- repo: https://github.com/pycqa/isort
18
- rev: 5.13.2
+ rev: 6.0.1
19
20
- id: isort
21
- repo: https://github.com/pycqa/flake8
22
- rev: 7.1.1
+ rev: 7.2.0
23
24
- id: flake8
25
- repo: https://github.com/pycqa/pydocstyle
@@ -33,6 +33,6 @@ repos:
33
- id: rst-directive-colons
34
- id: rst-inline-touching-normal
35
- repo: https://github.com/codespell-project/codespell
36
- rev: v2.3.0
+ rev: v2.4.1
37
38
- id: codespell
0 commit comments