We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f04d3c2 commit c4ddce9Copy full SHA for c4ddce9
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: reorder-python-imports
15
args: ['--application-directories=.:src', --py3-plus]
16
- repo: https://github.com/psf/black
17
- rev: 23.11.0
+ rev: 23.12.1
18
hooks:
19
- id: black
20
- repo: https://github.com/PyCQA/flake8
@@ -35,7 +35,7 @@ repos:
35
36
- id: autoflake
37
- repo: https://github.com/pre-commit/mirrors-mypy
38
- rev: v1.7.1
+ rev: v1.8.0
39
40
- id: mypy
41
files: ^(src/|tests/)
0 commit comments