[pre-commit.ci] pre-commit autoupdate (#4297) · psf/black@c8f1a55 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
[pre-commit.ci] pre-commit autoupdate (#4297)
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -29,7 +29,7 @@ repos: | ||
29 | 29 | - id: isort |
30 | 30 | |
31 | 31 | - repo: https://github.com/pycqa/flake8 |
32 | -rev: 6.1.0 | |
32 | +rev: 7.0.0 | |
33 | 33 | hooks: |
34 | 34 | - id: flake8 |
35 | 35 | additional_dependencies: |
@@ -39,7 +39,7 @@ repos: | ||
39 | 39 | exclude: ^src/blib2to3/ |
40 | 40 | |
41 | 41 | - repo: https://github.com/pre-commit/mirrors-mypy |
42 | -rev: v1.8.0 | |
42 | +rev: v1.9.0 | |
43 | 43 | hooks: |
44 | 44 | - id: mypy |
45 | 45 | exclude: ^(docs/conf.py|scripts/generate_schema.py)$ |