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 4757908 commit 418c8e0Copy full SHA for 418c8e0
.pre-commit-config.yaml
@@ -20,21 +20,21 @@ repos:
20
hooks:
21
- id: isort
22
- repo: https://github.com/PyCQA/autoflake
23
- rev: v2.0.1
+ rev: v2.2.0
24
25
- id: autoflake
26
args: [--in-place, --remove-all-unused-imports]
27
- repo: https://github.com/psf/black
28
- rev: '23.1.0'
+ rev: '23.7.0'
29
30
- id: black
31
- repo: https://github.com/PyCQA/flake8
32
- rev: "6.0.0"
+ rev: "6.1.0"
33
34
- id: flake8
35
additional_dependencies: [flake8-typing-imports]
36
- repo: https://github.com/pre-commit/mirrors-mypy
37
- rev: v0.991
+ rev: v1.5.1
38
39
- id: mypy
40
additional_dependencies: [types-requests, types-PyYAML]
0 commit comments