diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 06ba757..d855a4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ repos: # FORMATTER # ################### - repo: https://github.com/tox-dev/pyproject-fmt - rev: "v2.20.0" + rev: "v2.23.0" hooks: - id: pyproject-fmt @@ -20,7 +20,7 @@ repos: args: [--fix=lf] - repo: https://github.com/PyCQA/docformatter - rev: v1.7.7 + rev: v1.7.8 hooks: - id: docformatter additional_dependencies: [tomli] @@ -43,7 +43,7 @@ repos: ################### - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.7 + rev: v0.15.15 hooks: - id: ruff name: "ruff sort imports" @@ -58,7 +58,7 @@ repos: name: "ruff lint" - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.19.1 + rev: v2.1.0 hooks: - id: mypy exclude: "docs" @@ -100,6 +100,6 @@ repos: exclude: ^examples/ - repo: https://github.com/rhysd/actionlint - rev: "v1.7.11" + rev: "v1.7.12" hooks: - id: actionlint