Skip to content

Commit 553de8b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.16.0](asottile/pyupgrade@v3.15.2...v3.16.0) - [github.com/biomejs/pre-commit: v0.1.0 → v0.2.0](biomejs/pre-commit@v0.1.0...v0.2.0)
1 parent 0f6033b commit 553de8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: add-trailing-comma
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.15.2
23+
rev: v3.16.0
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py38-plus]
@@ -38,7 +38,7 @@ repos:
3838
- id: mypy
3939
additional_dependencies: [types-all]
4040
- repo: https://github.com/biomejs/pre-commit
41-
rev: v0.1.0
41+
rev: v0.2.0
4242
hooks:
4343
- id: biome-check
4444
additional_dependencies: ["@biomejs/[email protected]"]

0 commit comments

Comments
 (0)