We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 561a2bb commit 7fd64c8Copy full SHA for 7fd64c8
.pre-commit-config.yaml
@@ -14,11 +14,11 @@ repos:
14
- id: reorder-python-imports
15
args: ['--application-directories=.:src', --py3-plus]
16
- repo: https://github.com/psf/black
17
- rev: 24.10.0
+ rev: 25.1.0
18
hooks:
19
- id: black
20
- repo: https://github.com/PyCQA/flake8
21
- rev: 7.1.1
+ rev: 7.2.0
22
23
- id: flake8
24
additional_dependencies: [flake8-bugbear]
@@ -35,7 +35,7 @@ repos:
35
36
- id: autoflake
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.14.1
+ rev: v1.15.0
39
40
- id: mypy
41
files: ^(src/|tests/)
0 commit comments