diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee08d41..98b619f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,21 +8,21 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.0 + rev: v0.6.9 hooks: - id: ruff args: [ --fix, --unsafe-fixes ] - id: ruff-format - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.11.2 hooks: - id: mypy @@ -30,7 +30,7 @@ repos: rev: v2.3.0 hooks: - id: codespell - stages: [ commit, commit-msg ] + stages: [ Nonepre-commitNone, commit-msg ] exclude_types: [ html ] additional_dependencies: [ tomli ] # needed to read pyproject.toml below py3.11 @@ -42,12 +42,12 @@ repos: - id: double-quote-cython-strings - repo: https://github.com/adamchainz/blacken-docs - rev: 1.16.0 + rev: 1.19.0 hooks: - id: blacken-docs - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.41.0 + rev: v0.42.0 hooks: - id: markdownlint # MD013: line too long @@ -64,6 +64,6 @@ repos: args: [ --drop-empty-cells, --keep-output ] - repo: https://github.com/RobertCraigie/pyright-python - rev: v1.1.369 + rev: v1.1.383 hooks: - id: pyright