[pre-commit.ci] pre-commit autoupdate by pre-commit-ci[bot] · Pull Request #278 · DiamondLightSource/python-zocalo
Expand Up
@@ -5,7 +5,7 @@ ci:
repos:
# Syntax validation and some basic sanity checks
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
- id: check-merge-conflict
- id: check-ast
Expand All
@@ -16,15 +16,15 @@ repos:
- id: check-yaml
- repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.11.13 rev: v0.14.10 hooks: - id: ruff args: [--fix, --show-fixes, --exit-non-zero-on-fix] - id: ruff-format
# Type checking - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.16.0 rev: v1.19.1 hooks: - id: mypy files: 'src/.*\.py$' Expand All @@ -33,7 +33,7 @@ repos: - types-pyyaml
- repo: https://github.com/astral-sh/uv-pre-commit rev: 0.7.13 rev: 0.9.21 hooks: - id: uv-lock - id: uv-export Expand Down
- repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.11.13 rev: v0.14.10 hooks: - id: ruff args: [--fix, --show-fixes, --exit-non-zero-on-fix] - id: ruff-format
# Type checking - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.16.0 rev: v1.19.1 hooks: - id: mypy files: 'src/.*\.py$' Expand All @@ -33,7 +33,7 @@ repos: - types-pyyaml
- repo: https://github.com/astral-sh/uv-pre-commit rev: 0.7.13 rev: 0.9.21 hooks: - id: uv-lock - id: uv-export Expand Down