Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repos:
- id: check-pre-commit-ci-config

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.11.8
rev: 0.11.14
hooks:
- id: uv-lock

Expand All @@ -46,14 +46,14 @@ repos:
- id: ruff-format

- repo: https://github.com/billwallis/bills-hooks
rev: v0.0.14
rev: v0.0.15
hooks:
- id: banned-python-code
- id: check-no-commit-comment
- id: tidy-gitkeep

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.37.1
rev: 0.37.2
hooks:
- id: check-github-workflows
- id: check-compose-spec
Expand All @@ -67,7 +67,7 @@ repos:
files: pyproject.toml
pass_filenames: true
language: python
additional_dependencies: ["check-jsonschema==0.37.1"]
additional_dependencies: ["check-jsonschema==0.37.2"]
# This calls a remote URL, so run on pre-push to avoid slowing down commits
stages: ["pre-push"]

Expand All @@ -81,7 +81,7 @@ repos:
files: .pre-commit-hooks.yaml
pass_filenames: true
language: python
additional_dependencies: ["check-jsonschema==0.37.1"]
additional_dependencies: ["check-jsonschema==0.37.2"]
# This calls a remote URL, so run on pre-push to avoid slowing down commits
stages: ["pre-push"]

Expand All @@ -101,6 +101,7 @@ repos:
--input-file 'coverage.xml'
--output-file coverage.svg
--silent
# https://github.com/smarie/python-genbadge/releases
additional_dependencies: ["genbadge[coverage]==1.1.3"]
stages: ["pre-push"]
language: python
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dev = [
"pre-commit>=4.5.1",
]
test = [
"pytest>=9.0.2",
"pytest>=9.0.3",
"pytest-cov>=7.0.0",
]

Expand Down