diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5eeb426..59be1fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.11 + rev: v0.15.15 hooks: # Run the linter. - id: ruff @@ -27,29 +27,29 @@ repos: - id: ruff-format types_or: [python, pyi, jupyter] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.17.1 + rev: v2.1.0 hooks: - id: mypy exclude: docs/conf.py additional_dependencies: ["types-Deprecated"] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/executablebooks/mdformat - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat additional_dependencies: [mdformat-gfm, mdformat-frontmatter, mdformat-footnote] - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.9.1 hooks: - id: nbstripout - repo: https://github.com/woodruffw/zizmor-pre-commit - rev: v1.12.1 + rev: v1.25.2 hooks: - id: zizmor