diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 602e445..99fc63c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,15 +1,15 @@ repos: - - repo: https://github.com/psf/black - rev: 24.10.0 # Use the latest stable version of Black + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.12.0 # Use the latest stable version of Black hooks: - id: black - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 7.0.0 hooks: - id: isort - repo: https://github.com/hhatto/autopep8 - rev: v2.3.1 # Use the latest stable version of autopep8 + rev: v2.3.2 # Use the latest stable version of autopep8 hooks: - id: autopep8