Skip to content

Commit 90b2b56

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/psf/black: 23.12.1 → 24.4.0](psf/black@23.12.1...24.4.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/PyCQA/autoflake: v2.2.1 → v2.3.1](PyCQA/autoflake@v2.2.1...v2.3.1) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.9.0](pre-commit/mirrors-mypy@v1.8.0...v1.9.0)
1 parent c4ddce9 commit 90b2b56

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-byte-order-marker
66
- id: trailing-whitespace
@@ -14,11 +14,11 @@ repos:
1414
- id: reorder-python-imports
1515
args: ['--application-directories=.:src', --py3-plus]
1616
- repo: https://github.com/psf/black
17-
rev: 23.12.1
17+
rev: 24.4.0
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 6.1.0
21+
rev: 7.0.0
2222
hooks:
2323
- id: flake8
2424
additional_dependencies: [flake8-bugbear]
@@ -31,11 +31,11 @@ repos:
3131
language: python
3232
additional_dependencies: [pygments, restructuredtext_lint]
3333
- repo: https://github.com/PyCQA/autoflake
34-
rev: v2.2.1
34+
rev: v2.3.1
3535
hooks:
3636
- id: autoflake
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: v1.8.0
38+
rev: v1.9.0
3939
hooks:
4040
- id: mypy
4141
files: ^(src/|tests/)

0 commit comments

Comments
 (0)