diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8e0cf1d..a438eae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,21 +29,21 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.2 + rev: v1.13.0 hooks: - id: mypy # yaml requires additional stubs. # Similar to: https://stackoverflow.com/a/73603491/5755604 additional_dependencies: ['types-PyYAML'] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.7.3 hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/commitizen-tools/commitizen - rev: v3.29.1 + rev: v3.30.1 hooks: - id: commitizen stages: [commit-msg]