Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 15eb77a

Browse files
authoredDec 20, 2022
[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.1](pre-commit/mirrors-autopep8@v1.5.7...v2.0.1) - [github.com/asottile/yesqa: v0.0.11 → v1.4.0](asottile/yesqa@v0.0.11...v1.4.0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.9.2 → 6.0.0](PyCQA/flake8@3.9.2...6.0.0)
1 parent 3124121 commit 15eb77a

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
@@ -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.1
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
31-
- repo: https://gitlab.com/pycqa/flake8
32-
rev: 3.9.2
31+
- repo: https://github.com/PyCQA/flake8
32+
rev: 6.0.0
3333
hooks:
3434
- id: flake8

0 commit comments

Comments
 (0)
Please sign in to comment.