diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9940b1b..a3216f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_language_version: exclude: docs/source/notebooks/prect.ipynb repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -20,7 +20,7 @@ repos: # - id: black-jupyter - repo: https://github.com/PyCQA/flake8 - rev: 7.2.0 + rev: 7.3.0 hooks: - id: flake8 @@ -43,7 +43,7 @@ repos: - id: nbqa-isort additional_dependencies: [isort==5.9.3] - - repo: https://github.com/psf/black - rev: 25.1.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 25.12.0 hooks: - id: black-jupyter