Skip to content

Commit 3a75e2e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent 5db1dc1 commit 3a75e2e

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
@@ -6,12 +6,12 @@ repos:
66
hooks:
77
- id: check-yaml
88
- repo: https://github.com/PyCQA/flake8
9-
rev: 7.2.0
9+
rev: 7.3.0
1010
hooks:
1111
- id: flake8
1212
args: [--max-line-length=88]
1313
- repo: https://github.com/asottile/pyupgrade
14-
rev: v3.19.1
14+
rev: v3.20.0
1515
hooks:
1616
- id: pyupgrade
1717
- repo: https://github.com/pycqa/isort

0 commit comments

Comments
 (0)