diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8407dcc..1fa48c9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-yaml - id: end-of-file-fixer @@ -30,7 +30,7 @@ repos: # Format markdown docs. - repo: https://github.com/executablebooks/mdformat # Do this before other tools "fixing" the line endings - rev: 0.7.22 + rev: 1.0.0 hooks: - id: mdformat args: [--number, --end-of-line=keep] @@ -41,7 +41,7 @@ repos: # Lint and Format code - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.11.11' + rev: 'v0.14.3' hooks: - id: ruff args: @@ -56,7 +56,7 @@ repos: # Static typehint linting. - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.18.2 hooks: - id: mypy