diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c9835368e..98792a02c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: isort name: isort (python) - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v2.0.1 + rev: v2.0.2 hooks: - id: autopep8 args: ["--max-line-length=120", "-i"] @@ -37,7 +37,7 @@ repos: - id: parsable-R - id: no-browser-statement - repo: https://github.com/zricethezav/gitleaks - rev: v8.15.3 + rev: v8.16.1 hooks: - id: gitleaks # enable only for Python projects with a dev-installed pylint