diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f16c5380..0d58a5a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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/biome@1.8.3"] @@ -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] @@ -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"]