Skip to content

Commit c589148

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0) - [github.com/psf/black: 23.12.1 → 24.10.0](psf/black@23.12.1...24.10.0) - [github.com/PyCQA/flake8: 6.1.0 → 7.1.1](PyCQA/flake8@6.1.0...7.1.1) - [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.11.2](pre-commit/mirrors-mypy@v1.8.0...v1.11.2)
1 parent c4ddce9 commit c589148

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.5.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-byte-order-marker
66
- id: trailing-whitespace
@@ -9,16 +9,16 @@ repos:
99
args: [--remove]
1010
- id: check-yaml
1111
- repo: https://github.com/asottile/reorder-python-imports
12-
rev: v3.12.0
12+
rev: v3.13.0
1313
hooks:
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.10.0
1818
hooks:
1919
- id: black
2020
- repo: https://github.com/PyCQA/flake8
21-
rev: 6.1.0
21+
rev: 7.1.1
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.11.2
3939
hooks:
4040
- id: mypy
4141
files: ^(src/|tests/)

0 commit comments

Comments
 (0)