diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 762b281..d095fab 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_stages: repos: - repo: https://github.com/pre-commit/pre-commit - rev: v3.6.2 + rev: v3.7.0 hooks: - id: validate_manifest @@ -17,7 +17,7 @@ repos: - id: check-useless-excludes - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: # endings - id: end-of-file-fixer @@ -71,13 +71,13 @@ repos: - id: detect-private-key - repo: https://github.com/python-poetry/poetry - rev: "1.7.0" + rev: "1.8.0" hooks: - id: poetry-check - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.2.2 + rev: v0.3.7 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -86,7 +86,7 @@ repos: types_or: [python, pyi, jupyter] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.15.0 + rev: v3.22.0 hooks: - id: commitizen stages: [commit-msg]