diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c0a12c2..82a5317 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.4.0 + rev: v4.5.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -17,22 +17,22 @@ repos: - id: requirements-txt-fixer - id: fix-encoding-pragma - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.12.1 hooks: - id: black - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 + rev: 1.7.6 hooks: - id: bandit - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.3.1 + rev: v1.5.4 hooks: - id: forbid-crlf - id: remove-crlf - id: forbid-tabs - id: remove-tabs - repo: https://github.com/IBM/detect-secrets - rev: 0.13.1+ibm.50.dss + rev: 0.13.1+ibm.62.dss hooks: - id: detect-secrets args: [--baseline, .secrets.baseline]