diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d91344..eef6018 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,11 +17,11 @@ repos: - id: requirements-txt-fixer - id: fix-encoding-pragma - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/PyCQA/bandit - rev: 1.7.9 + rev: 1.7.10 hooks: - id: bandit - repo: https://github.com/Lucas-C/pre-commit-hooks