Skip to content

Commit 8464fbb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.8.2 → v3.8.5](asottile/reorder-python-imports@v3.8.2...v3.8.5) - [github.com/psf/black: 22.6.0 → 22.10.0](psf/black@22.6.0...22.10.0)
1 parent 88bd0d3 commit 8464fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
repos:
22
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v3.8.2
3+
rev: v3.8.5
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/psf/black
7-
rev: "22.6.0"
7+
rev: "22.10.0"
88
hooks:
99
- id: black
1010
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)