diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7842e60f0f..3db1097088 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,16 +1,17 @@ repos: - repo: https://github.com/thoughtworks/talisman - rev: 'v1.27.0' + rev: 'v1.31.0' hooks: - id: talisman-commit + entry: cmd --githook pre-commit - repo: https://github.com/PyCQA/bandit - rev: '1.7.4' + rev: '1.7.6' hooks: - id: bandit args: [-c, .bandit.yml, -r, -l] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.1.9 + rev: 'v0.1.11' hooks: # Run the linter. - id: ruff