Skip to content

Commit 8ca69a5

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: v3.0.1 → v3.9.0](asottile/reorder-python-imports@v3.0.1...v3.9.0) - [github.com/asottile/pyupgrade: v2.31.1 → v3.6.0](asottile/pyupgrade@v2.31.1...v3.6.0) - [github.com/psf/black: 22.3.0 → 23.3.0](psf/black@22.3.0...23.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.4.0](pre-commit/pre-commit-hooks@v4.1.0...v4.4.0) - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v3.0.0-alpha.9-for-vscode](pre-commit/mirrors-prettier@v2.6.2...v3.0.0-alpha.9-for-vscode)
1 parent 5ddb83d commit 8ca69a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
repos:
2-
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v3.0.1
2+
- repo: https://github.com/asottile/reorder-python-imports
3+
rev: v3.9.0
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/asottile/pyupgrade
7-
rev: v2.31.1
7+
rev: v3.6.0
88
hooks:
99
- id: pyupgrade
1010
args: ['--py36-plus']
1111
- repo: https://github.com/psf/black
12-
rev: 22.3.0
12+
rev: 23.3.0
1313
hooks:
1414
- id: black
1515
language_version: python3
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v4.1.0
17+
rev: v4.4.0
1818
hooks:
1919
- id: fix-byte-order-marker
2020
- id: trailing-whitespace
2121
- id: end-of-file-fixer
2222
- repo: https://github.com/pre-commit/mirrors-prettier
23-
rev: 'v2.6.2'
23+
rev: 'v3.0.0-alpha.9-for-vscode'
2424
hooks:
2525
- id: prettier
2626
types: [file]

0 commit comments

Comments
 (0)