Skip to content

Commit f6c0a01

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports
1 parent 2a17033 commit f6c0a01

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.12.0
3+
rev: 23.3.0
44
hooks:
55
- id: black
66

@@ -10,7 +10,7 @@ repos:
1010
- id: flake8
1111
args: [--max-line-length=88]
1212

13-
- repo: https://github.com/asottile/reorder_python_imports
13+
- repo: https://github.com/asottile/reorder-python-imports
1414
rev: v3.9.0
1515
hooks:
1616
- id: reorder-python-imports

0 commit comments

Comments
 (0)