Skip to content

Commit 788d0a6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder-python-imports: v3.14.0 → v3.15.0](asottile/reorder-python-imports@v3.14.0...v3.15.0) - [github.com/asottile/add-trailing-comma: v3.1.0 → v3.2.0](asottile/add-trailing-comma@v3.1.0...v3.2.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.20.0](asottile/pyupgrade@v3.19.1...v3.20.0) - [github.com/biomejs/pre-commit: v2.0.0-beta.4 → v2.0.0-beta.5](biomejs/pre-commit@v2.0.0-beta.4...v2.0.0-beta.5)
1 parent e2d906c commit 788d0a6

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
@@ -10,17 +10,17 @@ repos:
1010
- id: name-tests-test
1111
- id: requirements-txt-fixer
1212
- repo: https://github.com/asottile/reorder-python-imports
13-
rev: v3.14.0
13+
rev: v3.15.0
1414
hooks:
1515
- id: reorder-python-imports
1616
args: [--py39-plus, --add-import, 'from __future__ import annotations']
1717
- id: reorder-python-imports
1818
- repo: https://github.com/asottile/add-trailing-comma
19-
rev: v3.1.0
19+
rev: v3.2.0
2020
hooks:
2121
- id: add-trailing-comma
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.19.1
23+
rev: v3.20.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py39-plus]
@@ -37,7 +37,7 @@ repos:
3737
hooks:
3838
- id: mypy
3939
- repo: https://github.com/biomejs/pre-commit
40-
rev: v2.0.0-beta.4
40+
rev: v2.0.0-beta.5
4141
hooks:
4242
- id: biome-check
4343
additional_dependencies: ["@biomejs/biome@1.8.1"]

0 commit comments

Comments
 (0)