diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9077ee4..cb14f68 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: v4.3.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -20,23 +20,23 @@ repos: # - id: black-jupyter - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 6.1.0 hooks: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.3 + rev: v3.1.0 hooks: - id: prettier - repo: https://github.com/nbQA-dev/nbQA - rev: 1.5.3 + rev: 1.7.0 hooks: - id: nbqa-pyupgrade additional_dependencies: [pyupgrade==2.7.3] @@ -44,6 +44,6 @@ repos: additional_dependencies: [isort==5.9.3] - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.11.0 hooks: - id: black-jupyter