diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96fd97f..fa5d265 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,8 +8,8 @@ repos: hooks: - id: end-of-file-fixer - id: trailing-whitespace - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.5.1 hooks: - id: black args: [--line-length=128, --extend-exclude=.ipynb, --exclude=/build|dist/, --verbose] @@ -20,7 +20,7 @@ repos: additional_dependencies: [pycodestyle>=2.11.0] args: [--max-line-length=128, '--exclude=./.*,build,dist', '--ignore=E501,W503,E203,F841,E402,E231,E226,E228', --count, --statistics, --show-source] - repo: https://github.com/pycqa/isort - rev: 6.0.1 + rev: 9.0.0b1 hooks: - id: isort args: [--profile=black, --line-length=128]