From d33ab0f37da192368ff6d9a8b96a56c4868a1b53 Mon Sep 17 00:00:00 2001 From: Shay Levy Date: Fri, 3 Feb 2023 00:19:58 +0200 Subject: [PATCH] Bump pre-commit dependencies --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 597ba12..c4502a7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -8,7 +8,7 @@ repos: - id: check-yaml - id: debug-statements - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 6.0.0 hooks: - id: flake8 args: @@ -17,17 +17,17 @@ repos: - --max-complexity=18 - --select=B,C,E,F,W,T4,B9 - repo: https://github.com/ambv/black - rev: 22.10.0 + rev: 23.1.0 hooks: - id: black language_version: python3 - repo: https://github.com/asottile/pyupgrade - rev: v3.2.0 + rev: v3.3.1 hooks: - id: pyupgrade args: ["--py39-plus"] - repo: https://github.com/PyCQA/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort args: @@ -39,11 +39,11 @@ repos: - -p=homeassistant - --force-sort-within-sections - repo: https://github.com/PyCQA/pydocstyle - rev: 6.1.1 + rev: 6.3.0 hooks: - id: pydocstyle - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v0.982" + rev: "v0.991" hooks: - id: mypy - repo: https://github.com/codespell-project/codespell