diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9dd591c..e2a7369 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,12 +32,12 @@ repos: hooks: - id: markdownlint-cli2 - repo: https://github.com/Yelp/detect-secrets - rev: v1.4.0 + rev: v1.5.0 hooks: - id: detect-secrets exclude: tests/unittests/resources/templates/jira_api/fake_server_info.json - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.3 + rev: v0.4.4 hooks: - id: ruff - id: ruff-format