From eafffd4d78028325b72f2640174c9b4fc33900d7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sat, 5 Nov 2022 01:10:38 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20[pre-commit.ci]=20pre-commit=20auto?= =?UTF-8?q?update=20(#411)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sebastián Ramírez --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a2be8914..1116c31d3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,16 +12,16 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.34.0 + rev: v3.2.0 hooks: - id: pyupgrade args: - --py3-plus - --keep-runtime-typing # This file is more readable without yield from - exclude: ^docs_src/progressbar/tutorial002\.py -- repo: https://github.com/myint/autoflake - rev: v1.4 + exclude: ^docs_src/progressbar/tutorial004\.py +- repo: https://github.com/PyCQA/autoflake + rev: v1.7.7 hooks: - id: autoflake args: @@ -45,7 +45,7 @@ repos: name: isort (pyi) types: [pyi] - repo: https://github.com/psf/black - rev: 22.3.0 + rev: 22.10.0 hooks: - id: black ci: