Skip to content

Commit 84b1417

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
1 parent a94bb44 commit 84b1417

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
@@ -51,7 +51,7 @@ repos:
5151

5252
# Autoformat: Python code, syntax patterns are modernized
5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: v3.15.2
54+
rev: v3.16.0
5555
hooks:
5656
- id: pyupgrade
5757
args:
@@ -90,7 +90,7 @@ repos:
9090

9191
# Lint: Python code
9292
- repo: https://github.com/PyCQA/flake8
93-
rev: "7.0.0"
93+
rev: "7.1.0"
9494
hooks:
9595
- id: flake8
9696

0 commit comments

Comments
 (0)