diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 38d94f5..d58c410 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: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -14,31 +14,31 @@ repos: - id: debug-statements - id: mixed-line-ending - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.9.1 hooks: - id: nbstripout args: [--drop-empty-cells, --extra-keys "metadata.kernelspec"] -- repo: https://github.com/psf/black - rev: 25.1.0 +- repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 hooks: - id: black - repo: https://github.com/keewis/blackdoc - rev: v0.4.1 + rev: v0.4.6 hooks: - id: blackdoc additional_dependencies: [black==22.3.0] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.2 + rev: v0.15.4 hooks: - id: ruff args: [--fix] - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat exclude: ^(docs/sciserver_notebooks/\w+.md|docs/budget_tutorial/\w+.md|paper/paper.md)$ - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: v2.15.0 + rev: v2.16.0 hooks: - id: pretty-format-yaml args: [--autofix, --preserve-quotes]