diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8652d75d..11912e86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-ast - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. If bumping this, please also bump requirements-dev.in - rev: v0.6.7 + rev: v0.8.0 hooks: # Run the linter. - id: ruff @@ -15,7 +15,7 @@ repos: # Run the formatter. - id: ruff-format - repo: https://github.com/Yelp/detect-secrets - rev: v1.4.0 + rev: v1.5.0 hooks: - id: detect-secrets args: ['--disable-plugin', 'HexHighEntropyString']