diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4cc43b2..9d65157 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -13,32 +13,32 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 24.4.2 hooks: - id: black-jupyter - repo: https://github.com/keewis/blackdoc - rev: v0.3.6 + rev: v0.3.9 hooks: - id: blackdoc - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 7.0.0 hooks: - id: flake8 - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier - repo: https://github.com/nbQA-dev/nbQA - rev: 1.4.0 + rev: 1.8.5 hooks: - id: nbqa-pyupgrade additional_dependencies: [pyupgrade==2.7.3]