We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f930975 + 7b97d1e commit 4cd6be4Copy full SHA for 4cd6be4
1 file changed
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: trailing-whitespace
25
- id: double-quote-string-fixer
26
- repo: https://github.com/psf/black
27
- rev: '22.6.0'
+ rev: '22.10.0'
28
hooks:
29
- id: black
30
args:
@@ -33,12 +33,12 @@ repos:
33
- "120"
34
exclude: ^(ahk/_sync/.*\.py)
35
- repo: https://github.com/asottile/reorder_python_imports
36
- rev: v3.8.2
+ rev: v3.9.0
37
38
- id: reorder-python-imports
39
40
- repo: https://github.com/pre-commit/mirrors-mypy
41
- rev: 'v0.971'
+ rev: 'v0.990'
42
43
- id: mypy
44
0 commit comments