diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9fc2c26..35d1da6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -12,12 +12,12 @@ repos: - id: pretty-format-json - id: requirements-txt-fixer - repo: https://github.com/psf/black - rev: stable + rev: 24.8.0 hooks: - id: black language_version: python3.7 - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort name: isort (python)