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 852dbd6 commit d994c95Copy full SHA for d994c95
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.11.0
+ rev: 23.12.1
4
hooks:
5
- id: black
6
args: [--safe, --quiet]
@@ -17,7 +17,7 @@ repos:
17
- id: check-yaml
18
- id: debug-statements
19
- repo: https://github.com/PyCQA/flake8
20
- rev: 6.1.0
+ rev: 7.0.0
21
22
- id: flake8
23
- repo: https://github.com/asottile/pyupgrade
@@ -26,11 +26,11 @@ repos:
26
- id: pyupgrade
27
args: [--py37-plus]
28
- repo: https://github.com/tox-dev/pyproject-fmt
29
- rev: "1.5.1"
+ rev: "1.5.3"
30
31
- id: pyproject-fmt
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: 'v1.7.1'
+ rev: 'v1.8.0'
34
35
- id: mypy
36
additional_dependencies:
0 commit comments