Skip to content

Commit ac3abee

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v2.5.0 → v3.8.5](asottile/reorder-python-imports@v2.5.0...v3.8.5) - [github.com/psf/black: 21.5b2 → 22.10.0](psf/black@21.5b2...22.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.3.0](pre-commit/pre-commit-hooks@v4.0.1...v4.3.0) - [github.com/pre-commit/mirrors-prettier: v2.3.1 → v3.0.0-alpha.3](pre-commit/mirrors-prettier@v2.3.1...v3.0.0-alpha.3)
1 parent 04c33e1 commit ac3abee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v2.5.0
3+
rev: v3.8.5
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/psf/black
7-
rev: 21.5b2
7+
rev: 22.10.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.3.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: "v3.0.0-alpha.3"
1919
hooks:
2020
- id: prettier
2121
types: [file]

0 commit comments

Comments
 (0)