diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f800649..d9ec6d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.15.2 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py39-plus] @@ -12,7 +12,7 @@ repos: # - --quiet # files: ^((homeassistant|pylint|script|tests)/.+)?[^/]+\.py$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell args: @@ -23,14 +23,14 @@ repos: exclude: ^tests/fixtures/|homeassistant/generated/ - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.3.7" + rev: "v0.6.9" hooks: - id: ruff args: - --fix - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.9.0" + rev: "v1.11.2" hooks: - id: mypy args: [--config-file=pyproject.toml]