Skip to content

Commit a432516

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/asottile/pyupgrade: v3.17.0 → v3.19.0](asottile/pyupgrade@v3.17.0...v3.19.0) - [github.com/psf/black: 24.8.0 → 24.10.0](psf/black@24.8.0...24.10.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0)
1 parent 88eeb0d commit a432516

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
exclude: "^docs/|/migrations/"
2-
default_stages: [commit]
2+
default_stages: [pre-commit]
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.6.0
6+
rev: v5.0.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
1010
- id: check-yaml
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v3.17.0
13+
rev: v3.19.0
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py310-plus]
1717

1818
- repo: https://github.com/psf/black
19-
rev: 24.8.0
19+
rev: 24.10.0
2020
hooks:
2121
- id: black
2222

@@ -33,7 +33,7 @@ repos:
3333
additional_dependencies: [flake8-isort]
3434

3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.11.2
36+
rev: v1.13.0
3737
hooks:
3838
- id: mypy
3939
args: ["--strict"]

0 commit comments

Comments
 (0)