diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0b3308f..6b84669 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,13 +6,13 @@ repos: - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: "7.0.0" + rev: "8.0.1" hooks: - id: isort args: ["--profile", "black"] - - repo: https://github.com/psf/black - rev: 25.12.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.3.1 hooks: - id: black args: [--target-version=py310]