diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 027ff657..f8b0888d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,12 +30,12 @@ repos: additional_dependencies: [git+https://github.com/RedHatQE/flake8-plugins.git, flake8-mutable] - repo: https://github.com/Yelp/detect-secrets - rev: v1.4.0 + rev: v1.5.0 hooks: - id: detect-secrets - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.2 + rev: v0.4.3 hooks: - id: ruff - id: ruff-format