Skip to content

Commit 6d0ee56

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/setup-cfg-fmt: v2.5.0 → v2.8.0](asottile/setup-cfg-fmt@v2.5.0...v2.8.0) - [github.com/psf/black: 23.12.1 → 25.1.0](psf/black@23.12.1...25.1.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.2.0](7.0.0...7.2.0)
1 parent ce34111 commit 6d0ee56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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-yaml
66
- id: debug-statements
77
- id: end-of-file-fixer
88
- id: trailing-whitespace
99
exclude: ^tests/fixtures/
1010
- repo: https://github.com/asottile/setup-cfg-fmt
11-
rev: v2.5.0
11+
rev: v2.8.0
1212
hooks:
1313
- id: setup-cfg-fmt
1414
- repo: https://github.com/asottile/reorder-python-imports
@@ -26,12 +26,12 @@ repos:
2626
- id: pyupgrade
2727
args: [--py39-plus]
2828
- repo: https://github.com/psf/black
29-
rev: 23.12.1
29+
rev: 25.1.0
3030
hooks:
3131
- id: black
3232
args: [--line-length=79]
3333
- repo: https://github.com/PyCQA/flake8
34-
rev: 7.0.0
34+
rev: 7.2.0
3535
hooks:
3636
- id: flake8
3737
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)