Skip to content

Commit bba8fb4

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v2.5.0 → v4.4.0](pre-commit/pre-commit-hooks@v2.5.0...v4.4.0) - [github.com/asottile/reorder_python_imports: v1.9.0 → v3.9.0](asottile/reorder-python-imports@v1.9.0...v3.9.0) - [github.com/pre-commit/mirrors-autopep8: v1.5.7 → v2.0.2](pre-commit/mirrors-autopep8@v1.5.7...v2.0.2) - [github.com/asottile/yesqa: v0.0.11 → v1.4.0](asottile/yesqa@v0.0.11...v1.4.0) - [github.com/PyCQA/flake8: 3.9.2 → 6.0.0](PyCQA/flake8@3.9.2...6.0.0)
1 parent a0200b4 commit bba8fb4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44
python: python2.7
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v2.5.0
7+
rev: v4.4.0
88
hooks:
99
- id: check-docstring-first
1010
- id: check-yaml
@@ -17,18 +17,18 @@ repos:
1717
- id: requirements-txt-fixer
1818
- id: double-quote-string-fixer
1919
- repo: https://github.com/asottile/reorder_python_imports
20-
rev: v1.9.0
20+
rev: v3.9.0
2121
hooks:
2222
- id: reorder-python-imports
2323
- repo: https://github.com/pre-commit/mirrors-autopep8
24-
rev: v1.5.7
24+
rev: v2.0.2
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/yesqa
28-
rev: v0.0.11
28+
rev: v1.4.0
2929
hooks:
3030
- id: yesqa
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 3.9.2
32+
rev: 6.0.0
3333
hooks:
3434
- id: flake8

0 commit comments

Comments
 (0)