Skip to content

Commit 8350802

Browse files
[pre-commit.ci] pre-commit autoupdate
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/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent e79bc80 commit 8350802

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: check-yaml
@@ -27,11 +27,11 @@ repos:
2727
- id: black
2828

2929
- repo: https://github.com/asottile/pyupgrade
30-
rev: v3.19.1
30+
rev: v3.20.0
3131
hooks:
3232
- id: pyupgrade
3333

3434
- repo: https://github.com/pycqa/flake8
35-
rev: "7.2.0"
35+
rev: "7.3.0"
3636
hooks:
3737
- id: flake8

0 commit comments

Comments
 (0)