Skip to content

Commit d61d4de

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v1.9.0 → v3.0.1](asottile/reorder-python-imports@v1.9.0...v3.0.1) - [github.com/psf/black: 20.8b1 → 22.3.0](psf/black@20.8b1...22.3.0) - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [github.com/PyCQA/flake8: 3.8.4 → 4.0.1](PyCQA/flake8@3.8.4...4.0.1) - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.1.0](pre-commit/pre-commit-hooks@v3.4.0...v4.1.0)
1 parent e6ec53f commit d61d4de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
repos:
22
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v1.9.0
3+
rev: v3.0.1
44
hooks:
55
- id: reorder-python-imports
66
language_version: python3
77
- repo: https://github.com/psf/black
8-
rev: 20.8b1
8+
rev: 22.3.0
99
hooks:
1010
- id: black
11-
- repo: https://gitlab.com/pycqa/flake8
12-
rev: "3.8.4"
11+
- repo: https://github.com/PyCQA/flake8
12+
rev: "4.0.1"
1313
hooks:
1414
- id: flake8
1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v3.4.0
16+
rev: v4.1.0
1717
hooks:
1818
- id: end-of-file-fixer
1919
- id: check-json

0 commit comments

Comments
 (0)