From df2b480bd81ded982a28a7f5cbf114a66c9dfe47 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:03:07 +0200 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#81) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a9ed6d0..9c7bb4c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: - id: python-no-log-warn - id: python-use-type-annotations - repo: https://github.com/asottile/add-trailing-comma - rev: v3.0.1 + rev: v3.1.0 hooks: - id: add-trailing-comma - repo: https://github.com/asottile/pyupgrade @@ -76,11 +76,11 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/crate-ci/typos - rev: v1.16.8 + rev: v1.16.10 hooks: - id: typos - repo: https://github.com/pycqa/autoflake - rev: v2.2.0 + rev: v2.2.1 hooks: - id: autoflake args: ["--remove-all-unused-imports", "--in-place"]