We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770a9c7 commit 97c2322Copy full SHA for 97c2322
.pre-commit-config.yaml
@@ -20,21 +20,21 @@ repos:
20
hooks:
21
- id: isort
22
- repo: https://github.com/PyCQA/flake8
23
- rev: '7.1.2'
+ rev: '7.2.0'
24
25
- id: flake8
26
additional_dependencies:
27
- flake8-typing-imports==1.16.0
28
language_version: python3
29
exclude: "^(build|docs|tests|setup.py)"
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: 'v1.15.0'
+ rev: 'v1.16.0'
32
33
- id: mypy
34
additional_dependencies: [numpy<1.25, pyusb>=1.0]
35
exclude: "^(build|docs|tests|dev|setup.py)"
36
- repo: https://github.com/asottile/pyupgrade
37
- rev: v3.19.1
+ rev: v3.20.0
38
39
- id: pyupgrade
40
args: [--py39-plus]
0 commit comments