We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9559fe8 commit 16362c1Copy full SHA for 16362c1
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: ^tests/fixtures/
2
repos:
3
- repo: https://github.com/pre-commit/pre-commit-hooks
4
- rev: v4.5.0
+ rev: v4.6.0
5
hooks:
6
- id: check-yaml
7
- id: debug-statements
@@ -13,16 +13,16 @@ repos:
13
- id: reorder-python-imports
14
args: [--application-directories, '.:src', --py38-plus]
15
- repo: https://github.com/psf/black
16
- rev: 23.12.1
+ rev: 24.4.0
17
18
- id: black
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v3.15.0
+ rev: v3.15.2
21
22
- id: pyupgrade
23
args: [--py38-plus]
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.8.0
+ rev: v1.9.0
26
27
- id: mypy
28
exclude: ^(docs/|tests/)
0 commit comments