Skip to content

Commit 3f81c3a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v2.5.0 → v3.12.0](asottile/reorder-python-imports@v2.5.0...v3.12.0) - [github.com/psf/black: 21.5b2 → 23.12.0](psf/black@21.5b2...23.12.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.5.0](pre-commit/pre-commit-hooks@v4.0.1...v4.5.0) - [github.com/pre-commit/mirrors-prettier: v2.3.1 → v4.0.0-alpha.7](pre-commit/mirrors-prettier@v2.3.1...v4.0.0-alpha.7)
1 parent 04c33e1 commit 3f81c3a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
repos:
2-
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v2.5.0
2+
- repo: https://github.com/asottile/reorder-python-imports
3+
rev: v3.12.0
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/psf/black
7-
rev: 21.5b2
7+
rev: 23.12.0
88
hooks:
99
- id: black
1010
language_version: python3
1111
- repo: https://github.com/pre-commit/pre-commit-hooks
12-
rev: v4.0.1
12+
rev: v4.5.0
1313
hooks:
1414
- id: fix-byte-order-marker
1515
- id: trailing-whitespace
1616
- id: end-of-file-fixer
1717
- repo: https://github.com/pre-commit/mirrors-prettier
18-
rev: "v2.3.1"
18+
rev: "v4.0.0-alpha.7"
1919
hooks:
2020
- id: prettier
2121
types: [file]

0 commit comments

Comments
 (0)