diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 211087f..35cec5b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: # Lint and format with ruff - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.5.6 + rev: v0.6.3 hooks: # Run the linter. - id: ruff @@ -43,7 +43,7 @@ repos: # Commitizen - repo: https://github.com/commitizen-tools/commitizen - rev: v3.28.0 + rev: v3.29.0 hooks: - id: commitizen additional_dependencies: [ cz-changeup ]