diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59fd330..b65b38b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files # prevents adding large files - id: detect-private-key # detects private keys @@ -10,7 +10,7 @@ repos: - id: trailing-whitespace # prevents trailing whitespace - repo: https://github.com/returntocorp/semgrep - rev: v1.30.0 + rev: v1.51.0 hooks: - id: semgrep language: python @@ -26,7 +26,7 @@ repos: ] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.11.0 hooks: - id: black language_version: python3.10 @@ -37,6 +37,6 @@ repos: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8