diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c616f2c07..f8edc62b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/psf/black - rev: 21.12b0 + rev: 24.8.0 hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/pycqa/isort - rev: 5.8.0 + rev: 5.13.2 hooks: - id: isort name: isort (python) \ No newline at end of file