Skip to content

Commit 7f3f662

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.0.1 → v3.8.2](asottile/reorder-python-imports@v3.0.1...v3.8.2) - [github.com/psf/black: 22.1.0 → 22.6.0](psf/black@22.1.0...22.6.0) - [github.com/PyCQA/flake8: 4.0.1 → 5.0.4](PyCQA/flake8@4.0.1...5.0.4) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0)
1 parent d9c5da7 commit 7f3f662

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
22
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v3.0.1
3+
rev: v3.8.2
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/psf/black
7-
rev: "22.1.0"
7+
rev: "22.6.0"
88
hooks:
99
- id: black
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: "4.0.1"
11+
rev: "5.0.4"
1212
hooks:
1313
- id: flake8
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.1.0
15+
rev: v4.3.0
1616
hooks:
1717
- id: end-of-file-fixer
1818
- id: check-json

0 commit comments

Comments
 (0)