ci: autoupdate_schedule: monthly repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-docstring-first - id: check-json exclude: ^.devcontainer/ - id: check-yaml - id: double-quote-string-fixer - repo: https://github.com/codespell-project/codespell rev: "v2.4.1" hooks: - id: codespell - repo: https://github.com/psf/black-pre-commit-mirror rev: 26.1.0 hooks: - id: black - id: black-jupyter - repo: https://github.com/keewis/blackdoc rev: v0.4.6 hooks: - id: blackdoc - repo: https://github.com/PyCQA/flake8 rev: 7.3.0 hooks: - id: flake8 - repo: https://github.com/PyCQA/isort rev: 8.0.1 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier rev: v4.0.0-alpha.8 hooks: - id: prettier - repo: https://github.com/kynan/nbstripout rev: 0.9.1 hooks: - id: nbstripout args: [--extra-keys=metadata.kernelspec metadata.language_info.version]