diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 619da25..a862110 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: .*csv repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -17,7 +17,7 @@ repos: - id: requirements-txt-fixer - id: fix-encoding-pragma - repo: https://github.com/PyCQA/bandit - rev: 1.7.8 + rev: 1.8.0 hooks: - id: bandit - repo: https://github.com/Lucas-C/pre-commit-hooks