We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f942e1 commit 589b3adCopy full SHA for 589b3ad
1 file changed
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
# - id: check-json
18
# - id: check-added-large-files
19
- repo: https://github.com/myint/docformatter
20
- rev: v1.5.0
+ rev: v1.5.1
21
hooks:
22
- id: docformatter
23
- repo: https://github.com/asottile/reorder_python_imports
@@ -26,7 +26,7 @@ repos:
26
- id: reorder-python-imports
27
args: [--py3-plus]
28
- repo: https://github.com/pre-commit/mirrors-autopep8
29
- rev: v2.0.1
+ rev: v2.0.2
30
31
- id: autopep8
32
args: ['--in-place', '--ignore=E501,W504']
@@ -48,7 +48,7 @@ repos:
48
'flake8-mutable',
49
'flake8-quotes',
50
'flake8-tidy-imports',
51
- 'flake8-type-annotations',
+ # 'flake8-type-annotations',
52
'flake8-builtins',
53
]
54
- repo: https://github.com/kynan/nbstripout
0 commit comments