diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 772b24f..5b78f95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: args: [--in-place, --config, ./pyproject.toml] - repo: https://github.com/tox-dev/pyproject-fmt - rev: "2.2.1" + rev: "2.2.4" hooks: - id: pyproject-fmt @@ -46,7 +46,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.6.2 + rev: v0.6.7 hooks: - id: ruff name: "ruff sort imports notebooks" @@ -72,7 +72,7 @@ repos: # Linters - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.1 + rev: v1.11.2 hooks: - id: mypy exclude: ^docs @@ -88,7 +88,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.6.2 + rev: v0.6.7 hooks: - id: ruff name: "ruff sort imports" @@ -127,6 +127,6 @@ repos: args: ["--ignore-words-list=doas"] - repo: https://github.com/rhysd/actionlint - rev: "v1.7.1" + rev: "v1.7.2" hooks: - id: actionlint