diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e169d49..83c1954 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace @@ -12,7 +12,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.12.0 + rev: v0.15.1 hooks: # Run the linter. - id: ruff @@ -21,7 +21,7 @@ repos: - id: ruff-format - repo: https://github.com/asottile/blacken-docs - rev: 1.19.1 + rev: 1.20.0 hooks: - id: blacken-docs @@ -41,7 +41,7 @@ repos: - -- - repo: https://github.com/mwouts/jupytext - rev: v1.17.2 + rev: v1.19.1 hooks: - id: jupytext # Only runs on notebooks/supported ipynb files