From 860ce08ecd447fbaf8f34f35c276ed7860328bfb Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:50:52 +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/psf/black: 22.3.0 → 23.9.1](https://github.com/psf/black/compare/22.3.0...23.9.1) - [github.com/pycqa/flake8: 3.9.2 → 6.1.0](https://github.com/pycqa/flake8/compare/3.9.2...6.1.0) - [github.com/asottile/pyupgrade: v2.32.1 → v3.13.0](https://github.com/asottile/pyupgrade/compare/v2.32.1...v3.13.0) --- .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 7526500..c34d4ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 23.9.1 hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: "3.9.2" + rev: "6.1.0" hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: v2.32.1 + rev: v3.13.0 hooks: - id: pyupgrade args: [--py36-plus]