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/biomejs/pre-commit: v0.5.0 → v0.6.1](biomejs/pre-commit@v0.5.0...v0.6.1)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
- [github.com/python-jsonschema/check-jsonschema: 0.29.4 → 0.31.0](python-jsonschema/check-jsonschema@0.29.4...0.31.0)
  • Loading branch information
pre-commit-ci[bot] authored and Venefilyn committed Jan 16, 2025
1 parent ea5e43a commit 3bc9e5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: black
language_version: python3
- repo: https://github.com/biomejs/pre-commit
rev: "v0.5.0" # Use the sha / tag you want to point at
rev: "v0.6.1" # Use the sha / tag you want to point at
hooks:
- id: biome-check
additional_dependencies: ["@biomejs/[email protected]"]
Expand Down Expand Up @@ -40,7 +40,7 @@ repos:
- --max-line-length=100
- --per-file-ignores=packit_dashboard/packit_dashboard.wsgi:F401,E402
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.13.0
rev: v1.14.1
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.29.4
rev: 0.31.0
hooks:
- id: check-github-workflows
args: ["--verbose"]
Expand Down

0 comments on commit 3bc9e5c

Please sign in to comment.