diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1b7ec91..5ada9a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ ci: repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.9.0 hooks: - id: pyupgrade args: [--py39-plus] @@ -17,12 +17,12 @@ repos: - id: isort files: ^((custom_components)/.+)?[^/]+\.py$ - repo: https://github.com/myint/autoflake/ - rev: v2.0.1 + rev: v2.2.0 hooks: - id: autoflake files: ^((custom_components)/.+)?[^/]+\.py$ - repo: https://github.com/psf/black - rev: 23.1.0 + rev: 23.7.0 hooks: - id: black args: @@ -30,7 +30,7 @@ repos: - --quiet files: ^((custom_components)/.+)?[^/]+\.py$ - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.2.5 hooks: - id: codespell args: @@ -48,7 +48,7 @@ repos: - Flake8-pyproject==1.2.2 files: ^((custom_components)/.+)?[^/]+\.py$ - repo: https://github.com/PyCQA/bandit - rev: 1.7.4 + rev: 1.7.5 hooks: - id: bandit args: @@ -68,17 +68,17 @@ repos: - id: check-json exclude: (.vscode|.devcontainer) - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.0.0 + rev: v1.4.1 hooks: - id: mypy additional_dependencies: [types-all] - repo: https://github.com/adrienverge/yamllint.git - rev: v1.29.0 + rev: v1.32.0 hooks: - id: yamllint exclude: (.vscode|.devcontainer|.github) - repo: https://github.com/pappasam/toml-sort - rev: v0.22.3 + rev: v0.23.1 hooks: - id: toml-sort args: []