diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8f898e..10cb84b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,17 +1,17 @@ repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v3.29.0 + rev: v3.31.0 hooks: - id: commitizen stages: [commit-msg] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 # Use the sha / tag you want to point at + rev: v1.13.0 # Use the sha / tag you want to point at hooks: - id: mypy # additional_dependencies: [types-all] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.6.0 + rev: v0.7.4 hooks: # Run the linter. - id: ruff @@ -19,7 +19,7 @@ repos: # Run the formatter. - id: ruff-format - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer