Skip to content

Commit 18d48bc

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 e79bc80 commit 18d48bc

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
@@ -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)