Skip to content

Commit 7493f64

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 23.7.0](psf/black@22.12.0...23.7.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 7493f64

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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.7.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)