diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7ddf3b..a36ac2f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,17 +1,17 @@ repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v4.1.0 + rev: v4.1.1 hooks: - id: commitizen stages: [commit-msg] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.13.0 # Use the sha / tag you want to point at + rev: v1.14.1 # 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.8.4 + rev: v0.9.3 hooks: # Run the linter. - id: ruff