Skip to content

Commit e4d14b6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v2.5.0 → v4.5.0](pre-commit/pre-commit-hooks@v2.5.0...v4.5.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v1.9.0 → v3.12.0](asottile/reorder-python-imports@v1.9.0...v3.12.0) - https://github.com/pre-commit/mirrors-autopep8https://github.com/hhatto/autopep8 - [github.com/hhatto/autopep8: v1.5.7 → v2.0.4](hhatto/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 0a09b57 commit e4d14b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

+7-7
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.5.0
88
hooks:
99
- id: check-docstring-first
1010
- id: check-yaml
@@ -16,19 +16,19 @@ repos:
1616
- id: trailing-whitespace
1717
- id: requirements-txt-fixer
1818
- id: double-quote-string-fixer
19-
- repo: https://github.com/asottile/reorder_python_imports
20-
rev: v1.9.0
19+
- repo: https://github.com/asottile/reorder-python-imports
20+
rev: v3.12.0
2121
hooks:
2222
- id: reorder-python-imports
23-
- repo: https://github.com/pre-commit/mirrors-autopep8
24-
rev: v1.5.7
23+
- repo: https://github.com/hhatto/autopep8
24+
rev: v2.0.4
2525
hooks:
2626
- id: autopep8
2727
- repo: https://github.com/asottile/yesqa
28-
rev: v0.0.11
28+
rev: v1.5.0
2929
hooks:
3030
- id: yesqa
3131
- repo: https://github.com/PyCQA/flake8
32-
rev: 3.9.2
32+
rev: 6.1.0
3333
hooks:
3434
- id: flake8

0 commit comments

Comments
 (0)