diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f3f0ba9c..ef8a7a7e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.15 + rev: v0.15.20 hooks: # Run the linter. - id: ruff @@ -33,7 +33,7 @@ repos: ".codespellignore", ] - repo: https://github.com/DavidAnson/markdownlint-cli2 # For formatting markdown for documentation - rev: v0.22.1 + rev: v0.23.0 hooks: - id: markdownlint-cli2 args: [ @@ -42,7 +42,7 @@ repos: ".markdownlint.json", ] - repo: https://github.com/jsh9/pydoclint # For checking docstrings - rev: 0.8.4 + rev: 0.9.1 hooks: - id: pydoclint args: [--style=numpy, --skip-checking-raises=True, --allow-init-docstring=True]