Skip to content

Commit 56e0e46

Browse files
[pre-commit.ci] pre-commit autoupdate (#291)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 26c3648 commit 56e0e46

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
@@ -3,7 +3,7 @@ ci:
33
autofix_prs: false
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
# standard end of line/end of file cleanup
99
- id: mixed-line-ending
@@ -24,7 +24,7 @@ repos:
2424
)
2525
args: [--unique]
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.19.1
27+
rev: v3.20.0
2828
hooks:
2929
- id: pyupgrade
3030
args: ["--py38-plus"]
@@ -33,11 +33,11 @@ repos:
3333
hooks:
3434
- id: isort
3535
- repo: https://github.com/psf/black
36-
rev: 25.1.0
36+
rev: 25.9.0
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/PyCQA/flake8
40-
rev: 7.1.2
40+
rev: 7.3.0
4141
hooks:
4242
- id: flake8
4343
- repo: meta

0 commit comments

Comments
 (0)