Skip to content

Commit ae809af

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.2.0](PyCQA/flake8@7.1.2...7.2.0)
1 parent cf09c6b commit ae809af

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
@@ -17,7 +17,7 @@ repos:
1717
- id: check-docstring-first
1818

1919
- repo: https://github.com/asottile/pyupgrade
20-
rev: v3.19.1
20+
rev: v3.20.0
2121
hooks:
2222
- id: pyupgrade
2323
args: [--py37-plus]
@@ -52,7 +52,7 @@ repos:
5252
- id: black
5353

5454
- repo: https://github.com/pycqa/flake8
55-
rev: 7.1.2
55+
rev: 7.2.0
5656
hooks:
5757
- id: flake8
5858

0 commit comments

Comments
 (0)