From 315af1675899c6f8f21248a5b02227a233c4b718 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 18:28:27 +0000 Subject: [PATCH] chore: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 23.7.0 → 23.9.1](https://github.com/psf/black/compare/23.7.0...23.9.1) - [github.com/pycqa/pylint: v3.0.0a7 → v3.0.0](https://github.com/pycqa/pylint/compare/v3.0.0a7...v3.0.0) --- .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 163518b..7f4ec28 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,7 +29,7 @@ repos: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/psf/black - rev: 23.7.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/pycqa/flake8.git @@ -48,7 +48,7 @@ repos: # empty args needed in order to match mypy cli behavior # args: [--strict] - repo: https://github.com/pycqa/pylint - rev: v3.0.0a7 + rev: v3.0.0 hooks: - id: pylint additional_dependencies: