diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4185f91..bebb4d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 @@ -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 @@ -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 diff --git a/README.md b/README.md index 0be6e2c..6528144 100644 --- a/README.md +++ b/README.md @@ -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)