Skip to content

Commit 97c2322

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/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0)
1 parent 770a9c7 commit 97c2322

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ 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:
2727
- flake8-typing-imports==1.16.0
2828
language_version: python3
2929
exclude: "^(build|docs|tests|setup.py)"
3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: 'v1.15.0'
31+
rev: 'v1.16.0'
3232
hooks:
3333
- id: mypy
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)