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 c4ddce9 commit 4cc22b4Copy full SHA for 4cc22b4
.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.3.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,11 +31,11 @@ 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.1
35
36
- id: autoflake
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.8.0
+ rev: v1.9.0
39
40
- id: mypy
41
files: ^(src/|tests/)
0 commit comments