diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1259a4a1..a2588e42 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ default_language_version: python: python3.10 repos: - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort # Args to ensure compatibility with Black @@ -14,11 +14,11 @@ repos: # https://pycqa.github.io/isort/docs/configuration/black_compatibility.html args: [--profile=black] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.0.0 hooks: - id: flake8 # Args to ensure compatibility with Black