From 8c50dac6cb26a728e9d18dd3be856111aab80c04 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 19:11:43 +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/asottile/pyupgrade: v2.38.2 → v3.2.2](https://github.com/asottile/pyupgrade/compare/v2.38.2...v3.2.2) - [github.com/psf/black: 22.8.0 → 22.10.0](https://github.com/psf/black/compare/22.8.0...22.10.0) - [github.com/pre-commit/mirrors-autopep8: v1.7.0 → v2.0.0](https://github.com/pre-commit/mirrors-autopep8/compare/v1.7.0...v2.0.0) - [github.com/PyCQA/autoflake: v1.6.1 → v1.7.7](https://github.com/PyCQA/autoflake/compare/v1.6.1...v1.7.7) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f12ef55f..32288595 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: pretty-format-json args: [--autofix, --indent, '2'] - repo: https://github.com/asottile/pyupgrade - rev: v2.38.2 + rev: v3.2.2 hooks: - id: pyupgrade args: [--py38-plus] @@ -24,7 +24,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 22.8.0 + rev: 22.10.0 hooks: - id: black - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks @@ -38,11 +38,11 @@ repos: - id: fix-smartquotes - id: fix-ligatures - repo: https://github.com/pre-commit/mirrors-autopep8 - rev: v1.7.0 # Use the sha / tag you want to point at + rev: v2.0.0 # Use the sha / tag you want to point at hooks: - id: autopep8 - repo: https://github.com/PyCQA/autoflake - rev: v1.6.1 + rev: v1.7.7 hooks: - id: autoflake args: [--remove-all-unused-imports, --recursive, --in-place, --remove-unused-variables, --ignore-init-module-imports, --remove-duplicate-keys]