diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a2f4ca5..43bc219 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,17 +10,17 @@ repos: - id: trailing-whitespace # prevents trailing whitespace - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 24.2.0 hooks: - id: black language_version: python3.10 - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8 \ No newline at end of file