diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b0b94e26..81680261 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,13 +11,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort args: [--profile, black, --filter-files, --line-length, "79"] - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 23.9.1 hooks: - id: black args: [--line-length, "79"]