diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e41e6e8..fc8cd0e 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.4.9 + rev: v0.8.6 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.20 + rev: v0.9.26 hooks: - id: pymarkdown name: "check markdown" @@ -28,7 +28,7 @@ repos: args: [scan] - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.10.0" # Use the sha / tag you want to point at + rev: "v1.14.1" # Use the sha / tag you want to point at hooks: - id: mypy name: "Check with Mypy" @@ -39,7 +39,7 @@ repos: - "types-tzlocal" - repo: https://github.com/python-poetry/poetry - rev: "1.8.0" + rev: "2.0.0" hooks: - id: poetry-check name: "check poetry files"