Skip to content

Commit 505d218

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.3.0...v5.0.0) - [github.com/psf/black: 22.10.0 → 25.1.0](psf/black@22.10.0...25.1.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.0](PyCQA/isort@5.12.0...6.0.0) - [github.com/PyCQA/flake8: 5.0.4 → 7.1.2](PyCQA/flake8@5.0.4...7.1.2) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.15.0](pre-commit/mirrors-mypy@v0.991...v1.15.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1)
1 parent 2e772e2 commit 505d218

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
fail_fast: true
2-
default_stages: [commit]
2+
default_stages: [pre-commit]
33
exclude: ".git|.tox"
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v5.0.0
88
hooks:
99
- id: trailing-whitespace
1010
- id: check-added-large-files
@@ -17,23 +17,23 @@ repos:
1717
- id: check-merge-conflict
1818

1919
- repo: https://github.com/psf/black
20-
rev: 22.10.0
20+
rev: 25.1.0
2121
hooks:
2222
- id: black
2323

2424
- repo: https://github.com/PyCQA/isort
25-
rev: 5.12.0
25+
rev: 6.0.0
2626
hooks:
2727
- id: isort
2828

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 5.0.4
30+
rev: 7.1.2
3131
hooks:
3232
- id: flake8
3333
additional_dependencies: [flake8-isort]
3434

3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: 'v0.991'
36+
rev: 'v1.15.0'
3737
hooks:
3838
- id: mypy
3939
args:
@@ -51,7 +51,7 @@ repos:
5151
- "--no-warn-return-any"
5252

5353
- repo: https://github.com/PyCQA/autoflake
54-
rev: 'v2.2.1'
54+
rev: 'v2.3.1'
5555
hooks:
5656
- id: autoflake
5757
args:

0 commit comments

Comments
 (0)