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
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ repos:
name: Validate pre-commit CI config

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.10.4
rev: 0.10.7
hooks:
- id: uv-lock
name: Check that the lock file is up-to-date

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.2
rev: v0.15.4
hooks:
- id: ruff-check
name: Lint Python code
Expand All @@ -88,7 +88,7 @@ repos:
name: Remove redundant .gitkeep files

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.36.2
rev: 0.37.0
hooks:
- id: check-github-workflows
- id: check-compose-spec
Expand All @@ -100,7 +100,7 @@ repos:
entry: check-jsonschema
pass_filenames: true
language: python
additional_dependencies: ["check-jsonschema==0.36.2"]
additional_dependencies: ["check-jsonschema==0.37.0"]
files: pyproject.toml
args: ["--schemafile", "https://json.schemastore.org/pyproject.json"]
# This calls a remote URL, so run on pre-push to avoid slowing down commits
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
[![tests](https://github.com/billwallis/python-template/actions/workflows/tests.yaml/badge.svg)](https://github.com/billwallis/python-template/actions/workflows/tests.yaml)
[![coverage](https://raw.githubusercontent.com/billwallis/python-template/refs/heads/main/coverage.svg)](https://smarie.github.io/python-genbadge/)

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/billwallis/python-template/main.svg)](https://results.pre-commit.ci/latest/github/billwallis/python-template/main)
[![GitHub last commit](https://img.shields.io/github/last-commit/billwallis/python-template)](https://shields.io/badges/git-hub-last-commit)

Expand Down