diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a1c0c47..810d37e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 7.1.0 hooks: - id: flake8 - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort args: ["--profile", "black", "--filter-files", "--skip", "pyquokka", "--skip", "venv"]