Skip to content

Commit 58317e0

Browse files
authored
Merge pull request #1024 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents e2d906c + 788d0a6 commit 58317e0

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)