diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3993e709..f611cbae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -10,7 +10,7 @@ repos: - id: double-quote-string-fixer - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.10.0 hooks: - id: black @@ -20,7 +20,7 @@ repos: - id: blackdoc - repo: https://github.com/PyCQA/flake8 - rev: 7.0.0 + rev: 7.1.1 hooks: - id: flake8 @@ -35,13 +35,13 @@ repos: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier additional_dependencies: [prettier@v2.7.1] - repo: https://github.com/nbQA-dev/nbQA - rev: 1.7.1 + rev: 1.8.7 hooks: - id: nbqa-black additional_dependencies: [black]