We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3964ba4 commit 325f42eCopy full SHA for 325f42e
.pre-commit-config.yaml
@@ -1,15 +1,15 @@
1
repos:
2
- repo: https://github.com/PyCQA/isort
3
- rev: 5.13.2
+ rev: 6.0.1
4
hooks:
5
- id: isort
6
additional_dependencies: [toml]
7
- repo: https://github.com/psf/black
8
- rev: 24.4.2
+ rev: 25.1.0
9
10
- id: black
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.6.0
+ rev: v5.0.0
13
14
- id: check-added-large-files
15
- id: check-case-conflict
@@ -28,7 +28,7 @@ repos:
28
args: ["--remove"]
29
- id: requirements-txt-fixer
30
- repo: https://github.com/PyCQA/flake8
31
- rev: 7.0.0
+ rev: 7.2.0
32
33
- id: flake8
34
- repo: https://github.com/pycqa/pydocstyle
0 commit comments