From 24826b079771259ba74bf20cb468439c3e892fc6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:45:13 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#96) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index defa5ac..413ee69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -50,7 +50,7 @@ repos: hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 args: ["--max-line-length", "88", "--extend-ignore", "E501"] @@ -76,7 +76,7 @@ repos: - id: isort args: ["--profile", "black"] - repo: https://github.com/crate-ci/typos - rev: v1.16.26 + rev: v1.17.0 hooks: - id: typos - repo: https://github.com/pycqa/autoflake