Skip to content

Commit fee3534

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 - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.0)
1 parent 2a17033 commit fee3534

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,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,8 +10,8 @@ repos:
1010
- id: flake8
1111
args: [--max-line-length=88]
1212

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

0 commit comments

Comments
 (0)