Skip to content

Commit 986e403

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.1.0 → 23.9.1](psf/black@22.1.0...23.9.1) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v2.7.1 → v3.11.0](asottile/reorder-python-imports@v2.7.1...v3.11.0)
1 parent 39dfc82 commit 986e403

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
@@ -6,15 +6,15 @@ repos:
66
# hooks:
77
# - id: flake8
88
- repo: https://github.com/psf/black
9-
rev: 22.1.0
9+
rev: 23.9.1
1010
hooks:
1111
- id: black
1212
# - repo: https://github.com/pre-commit/mirrors-mypy
1313
# rev: 'v0.770'
1414
# hooks:
1515
# - id: mypy
16-
- repo: https://github.com/asottile/reorder_python_imports
17-
rev: v2.7.1
16+
- repo: https://github.com/asottile/reorder-python-imports
17+
rev: v3.11.0
1818
hooks:
1919
- id: reorder-python-imports
2020
# - repo: git@github.com:humitos/mirrors-autoflake.git

0 commit comments

Comments
 (0)