diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82a693d5b..457cc7eec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: hooks: - id: add-trailing-comma - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.15 + rev: v0.16.0 hooks: - id: ruff-check args: ["--fix"] @@ -23,7 +23,7 @@ repos: - id: blacken-docs files: ^docs/ - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.48.0 + rev: v0.49.1 hooks: - id: markdownlint exclude: .github @@ -33,6 +33,6 @@ repos: - id: nbstripout files: ^examples - repo: https://github.com/tox-dev/pyproject-fmt - rev: v2.23.0 + rev: v2.26.0 hooks: - id: pyproject-fmt