Skip to content

Commit 150951e

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 c088568 commit 150951e

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
@@ -19,7 +19,7 @@ repos:
1919
- id: pretty-format-toml
2020
args: [--autofix]
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.19.1
22+
rev: v3.20.0
2323
hooks:
2424
- id: pyupgrade
2525
- repo: https://github.com/pycqa/isort
@@ -33,6 +33,6 @@ repos:
3333
hooks:
3434
- id: black
3535
- repo: https://github.com/pycqa/flake8
36-
rev: 7.1.2
36+
rev: 7.2.0
3737
hooks:
3838
- id: flake8

0 commit comments

Comments
 (0)