Skip to content

Commit 4dcbacb

Browse files
[pre-commit.ci] pre-commit autoupdate
1 parent 2618198 commit 4dcbacb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ repos:
1313
- id: double-quote-string-fixer
1414
- id: requirements-txt-fixer
1515
- repo: https://gitlab.com/pycqa/flake8
16-
rev: 3.8.4
16+
rev: 3.9.0
1717
hooks:
1818
- id: flake8
1919
additional_dependencies: [flake8-typing-imports==1.7.0]
2020
- repo: https://github.com/pre-commit/mirrors-autopep8
21-
rev: v1.5.4
21+
rev: v1.5.5
2222
hooks:
2323
- id: autopep8
2424
- repo: https://github.com/asottile/reorder_python_imports
@@ -37,7 +37,7 @@ repos:
3737
- id: add-trailing-comma
3838
args: [--py36-plus]
3939
- repo: https://github.com/asottile/setup-cfg-fmt
40-
rev: v1.16.0
40+
rev: v1.17.0
4141
hooks:
4242
- id: setup-cfg-fmt
4343
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)