Skip to content

Commit 7ab1f4b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0)
1 parent bdb9727 commit 7ab1f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.19.1
3+
rev: v3.20.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py36-plus"]
@@ -11,7 +11,7 @@ repos:
1111
- id: black
1212

1313
- repo: https://github.com/PyCQA/flake8
14-
rev: 7.1.2
14+
rev: 7.3.0
1515
hooks:
1616
- id: flake8
1717

0 commit comments

Comments
 (0)