Skip to content

Commit c69025a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent 770a9c7 commit c69025a

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
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/PyCQA/flake8
23-
rev: '7.1.2'
23+
rev: '7.2.0'
2424
hooks:
2525
- id: flake8
2626
additional_dependencies:
@@ -34,7 +34,7 @@ repos:
3434
additional_dependencies: [numpy<1.25, pyusb>=1.0]
3535
exclude: "^(build|docs|tests|dev|setup.py)"
3636
- repo: https://github.com/asottile/pyupgrade
37-
rev: v3.19.1
37+
rev: v3.20.0
3838
hooks:
3939
- id: pyupgrade
4040
args: [--py39-plus]

0 commit comments

Comments
 (0)