Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0)
- [github.com/biomejs/pre-commit: v0.6.1 → v1.9.4](biomejs/pre-commit@v0.6.1...v1.9.4)
- [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)
- [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
- [github.com/python-jsonschema/check-jsonschema: 0.31.0 → 0.31.2](python-jsonschema/check-jsonschema@0.31.0...0.31.2)
  • Loading branch information
pre-commit-ci[bot] authored Feb 24, 2025
1 parent 01508e7 commit 362da33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
exclude: ^frontend/src/routeTree.gen.ts$
repos:
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
language_version: python3
- repo: https://github.com/biomejs/pre-commit
rev: "v0.6.1" # Use the sha / tag you want to point at
rev: "v1.9.4" # Use the sha / tag you want to point at
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/[email protected]"]
Expand All @@ -33,14 +33,14 @@ repos:
# args:
# - --parse-only
- repo: https://github.com/PyCQA/flake8
rev: 7.1.1
rev: 7.1.2
hooks:
- id: flake8
args:
- --max-line-length=100
- --per-file-ignores=packit_dashboard/packit_dashboard.wsgi:F401,E402
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.14.1
rev: v1.15.0
hooks:
- id: mypy
args: [--no-strict-optional, --ignore-missing-imports]
Expand All @@ -54,7 +54,7 @@ repos:
- https://github.com/packit/dashboard.git
stages: [manual, pre-push]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.0
rev: 0.31.2
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down

0 comments on commit 362da33

Please sign in to comment.