Skip to content

Commit 68baf01

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.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0)
1 parent 0835f46 commit 68baf01

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
@@ -9,7 +9,7 @@
99
repos:
1010
# Autoformat: Python code, syntax patterns are modernized
1111
- repo: https://github.com/asottile/pyupgrade
12-
rev: v3.19.1
12+
rev: v3.20.0
1313
hooks:
1414
- id: pyupgrade
1515
args:
@@ -52,7 +52,7 @@ repos:
5252

5353
# Lint: Python code
5454
- repo: https://github.com/PyCQA/flake8
55-
rev: "7.2.0"
55+
rev: "7.3.0"
5656
hooks:
5757
- id: flake8
5858

0 commit comments

Comments
 (0)