We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ddce9 commit 7439786Copy full SHA for 7439786
.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: 23.12.1
+ rev: 24.2.0
18
hooks:
19
- id: black
20
- repo: https://github.com/PyCQA/flake8
21
- rev: 6.1.0
+ rev: 7.0.0
22
23
- id: flake8
24
additional_dependencies: [flake8-bugbear]
@@ -31,7 +31,7 @@ repos:
31
language: python
32
additional_dependencies: [pygments, restructuredtext_lint]
33
- repo: https://github.com/PyCQA/autoflake
34
- rev: v2.2.1
+ rev: v2.3.0
35
36
- id: autoflake
37
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments