Skip to content

Commit b1c5605

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) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v1.9.0 → v3.10.0](asottile/reorder-python-imports@v1.9.0...v3.10.0) - [github.com/pre-commit/mirrors-autopep8: v1.5.7 → v2.0.4](pre-commit/mirrors-autopep8@v1.5.7...v2.0.4) - [github.com/asottile/yesqa: v0.0.11 → v1.5.0](asottile/yesqa@v0.0.11...v1.5.0) - [github.com/PyCQA/flake8: 3.9.2 → 6.1.0](PyCQA/flake8@3.9.2...6.1.0)
1 parent 7dd1998 commit b1c5605

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python2.7
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v2.5.0
5+
rev: v4.4.0
66
hooks:
77
- id: check-docstring-first
88
- id: check-yaml
@@ -14,19 +14,19 @@ repos:
1414
- id: trailing-whitespace
1515
- id: requirements-txt-fixer
1616
- id: double-quote-string-fixer
17-
- repo: https://github.com/asottile/reorder_python_imports
18-
rev: v1.9.0
17+
- repo: https://github.com/asottile/reorder-python-imports
18+
rev: v3.10.0
1919
hooks:
2020
- id: reorder-python-imports
2121
- repo: https://github.com/pre-commit/mirrors-autopep8
22-
rev: v1.5.7
22+
rev: v2.0.4
2323
hooks:
2424
- id: autopep8
2525
- repo: https://github.com/asottile/yesqa
26-
rev: v0.0.11
26+
rev: v1.5.0
2727
hooks:
2828
- id: yesqa
2929
- repo: https://github.com/PyCQA/flake8
30-
rev: 3.9.2
30+
rev: 6.1.0
3131
hooks:
3232
- id: flake8

0 commit comments

Comments
 (0)