From 1bcaa4d4c61ca0ae9d8f98519ce87f22fd3eb233 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 22:19:19 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](https://github.com/pycqa/flake8/compare/7.0.0...7.1.0) - [github.com/pycqa/pylint: v3.2.2 → v3.2.5](https://github.com/pycqa/pylint/compare/v3.2.2...v3.2.5) --- .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 35ba3e3..0fa6917 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - --extend-exclude=venv language_version: python3.11 - repo: https://github.com/pycqa/flake8 - rev: 7.0.0 + rev: 7.1.0 hooks: - id: flake8 additional_dependencies: @@ -22,7 +22,7 @@ repos: hooks: - id: isort - repo: https://github.com/pycqa/pylint - rev: v3.2.2 + rev: v3.2.5 hooks: - id: pylint additional_dependencies: