Skip to content

Commit 589b3ad

Browse files
committed
Update pre-commit config
1 parent 7f942e1 commit 589b3ad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
# - id: check-json
1818
# - id: check-added-large-files
1919
- repo: https://github.com/myint/docformatter
20-
rev: v1.5.0
20+
rev: v1.5.1
2121
hooks:
2222
- id: docformatter
2323
- repo: https://github.com/asottile/reorder_python_imports
@@ -26,7 +26,7 @@ repos:
2626
- id: reorder-python-imports
2727
args: [--py3-plus]
2828
- repo: https://github.com/pre-commit/mirrors-autopep8
29-
rev: v2.0.1
29+
rev: v2.0.2
3030
hooks:
3131
- id: autopep8
3232
args: ['--in-place', '--ignore=E501,W504']
@@ -48,7 +48,7 @@ repos:
4848
'flake8-mutable',
4949
'flake8-quotes',
5050
'flake8-tidy-imports',
51-
'flake8-type-annotations',
51+
# 'flake8-type-annotations',
5252
'flake8-builtins',
5353
]
5454
- repo: https://github.com/kynan/nbstripout

0 commit comments

Comments
 (0)