Skip to content

Commit

Permalink
Merge pull request #1002 from pre-commit/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
asottile authored Dec 24, 2024
2 parents 829ca64 + 7cbbeca commit c263ac9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
hooks:
- id: add-trailing-comma
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py39-plus]
Expand All @@ -33,13 +33,11 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.0
hooks:
- id: mypy
- repo: https://github.com/biomejs/pre-commit
rev: v0.6.0
rev: v0.6.1
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/[email protected]"]
# https://github.com/biomejs/pre-commit/issues/16
language_version: default

0 comments on commit c263ac9

Please sign in to comment.