diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 74de83d..ade7149 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: autofix_commit_msg: "[pre-commit.ci] auto fixes from pre-commit.com hooks [dependabot skip]" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml args: [--unsafe] @@ -12,7 +12,7 @@ repos: - id: end-of-file-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.1 + rev: v0.7.0 hooks: - id: ruff name: "lint with ruff" @@ -20,7 +20,7 @@ repos: name: "format with ruff" - repo: https://github.com/jackdewinter/pymarkdown - rev: v0.9.22 + rev: v0.9.24 hooks: - id: pymarkdown name: "check markdown" @@ -28,7 +28,7 @@ repos: args: [-d, "MD046", scan] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.11.1" # Use the sha / tag you want to point at + rev: "v1.12.1" # Use the sha / tag you want to point at hooks: - id: mypy name: "run mypy"