diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4554fb7..b7fc05a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - - repo: https://github.com/psf/black - rev: 25.1.0 # Use the latest stable version of Black + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 # Use the latest stable version of Black hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 7.0.0 hooks: - id: isort args: [--profile, black]