Skip to content

Commit 2a96bfc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v2.6.0 → v2.7.1](asottile/reorder-python-imports@v2.6.0...v2.7.1) - https://github.com/ambv/blackhttps://github.com/psf/black - [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0)
1 parent 91161d7 commit 2a96bfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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: v2.6.0
3+
rev: v2.7.1
44
hooks:
55
- id: reorder-python-imports
6-
- repo: https://github.com/ambv/black
7-
rev: "21.12b0"
6+
- repo: https://github.com/psf/black
7+
rev: "22.1.0"
88
hooks:
99
- id: black
1010
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)