Skip to content

Commit c263ac9

Browse files
authored
Merge pull request #1002 from pre-commit/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 829ca64 + 7cbbeca commit c263ac9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 5 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.19.0
23+
rev: v3.19.1
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py39-plus]
@@ -33,13 +33,11 @@ repos:
3333
hooks:
3434
- id: flake8
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.13.0
36+
rev: v1.14.0
3737
hooks:
3838
- id: mypy
3939
- repo: https://github.com/biomejs/pre-commit
40-
rev: v0.6.0
40+
rev: v0.6.1
4141
hooks:
4242
- id: biome-check
4343
additional_dependencies: ["@biomejs/[email protected]"]
44-
# https://github.com/biomejs/pre-commit/issues/16
45-
language_version: default

0 commit comments

Comments
 (0)