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 7348a76 commit d25521dCopy full SHA for d25521d
.pre-commit-config.yaml
@@ -1,22 +1,22 @@
1
exclude: "^docs/|/migrations/"
2
-default_stages: [commit]
+default_stages: [pre-commit]
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v5.0.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
10
- id: check-yaml
11
12
- repo: https://github.com/asottile/pyupgrade
13
- rev: v3.17.0
+ rev: v3.19.1
14
15
- id: pyupgrade
16
args: [--py310-plus]
17
18
- repo: https://github.com/psf/black
19
- rev: 24.8.0
+ rev: 24.10.0
20
21
- id: black
22
@@ -33,7 +33,7 @@ repos:
33
additional_dependencies: [flake8-isort]
34
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: v1.11.2
+ rev: v1.14.0
37
38
- id: mypy
39
args: ["--strict"]
0 commit comments