diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 69e32c6..d821871 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.1.13 + rev: 0839f92796ae388643a08a21640a029b322be5c2 # frozen: v0.15.2 hooks: # Run the linter. - id: ruff @@ -10,7 +10,7 @@ repos: - id: ruff-format - repo: https://github.com/commitizen-tools/commitizen - rev: v3.13.0 + rev: 7179a42b3544e953e3683a670056ad385892365d # frozen: v4.13.8 hooks: - id: commitizen stages: ["commit-msg"]