diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9b9a10c..c8d173d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,7 +42,7 @@ repos: args: [--config-file, pyproject.toml] require_serial: true # Serial processing is required for mypy (better performance and error reporting) - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.3 + rev: v0.7.4 hooks: - id: ruff-format - id: ruff @@ -61,6 +61,6 @@ repos: - id: check-git-config-user-email args: [--templates, ^\S+\.\S+@sbb\.ch$] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.30.1 + rev: v3.31.0 hooks: - id: commitizen