Skip to content

Commit be0eea6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.3.0...v4.5.0) - [github.com/psf/black: 22.10.0 → 24.3.0](psf/black@22.10.0...24.3.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](PyCQA/isort@5.12.0...5.13.2) - [github.com/PyCQA/flake8: 5.0.4 → 7.0.0](PyCQA/flake8@5.0.4...7.0.0) - [github.com/pre-commit/mirrors-mypy: v0.991 → v1.9.0](pre-commit/mirrors-mypy@v0.991...v1.9.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1)
1 parent 2e772e2 commit be0eea6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude: ".git|.tox"
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.3.0
7+
rev: v4.5.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: 24.3.0
2121
hooks:
2222
- id: black
2323

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

2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 5.0.4
30+
rev: 7.0.0
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.9.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)