From 9d037bb899e410e67f14577a7082f51e0e21e184 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 18:13:15 +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/mgedmin/check-manifest: 0.48 → 0.49](https://github.com/mgedmin/check-manifest/compare/0.48...0.49) - [github.com/myint/autoflake: v2.0.0 → v2.2.0](https://github.com/myint/autoflake/compare/v2.0.0...v2.2.0) - [github.com/pre-commit/mirrors-autopep8: v2.0.0 → v2.0.2](https://github.com/pre-commit/mirrors-autopep8/compare/v2.0.0...v2.0.2) - [github.com/psf/black: 22.10.0 → 23.7.0](https://github.com/psf/black/compare/22.10.0...23.7.0) - https://github.com/ikamensh/flynt/: 0.77 → 1.0.0 - [github.com/asottile/pyupgrade: v3.2.2 → v3.9.0](https://github.com/asottile/pyupgrade/compare/v3.2.2...v3.9.0) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5f659bf..f9e5ecf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,11 +13,11 @@ repos: hooks: - id: isort - repo: 'https://github.com/mgedmin/check-manifest' - rev: '0.48' + rev: '0.49' hooks: - id: check-manifest - repo: 'https://github.com/myint/autoflake' - rev: v2.0.0 + rev: v2.2.0 hooks: - id: autoflake args: @@ -25,22 +25,22 @@ repos: - '-i' language_version: python3.9 - repo: 'https://github.com/pre-commit/mirrors-autopep8' - rev: v2.0.0 + rev: v2.0.2 hooks: - id: autopep8 language_version: python3.9 - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 23.7.0 hooks: - id: black language_version: python3.9 - repo: https://github.com/ikamensh/flynt/ - rev: '0.77' + rev: '1.0.0' hooks: - id: flynt language_version: python3.9 - repo: https://github.com/asottile/pyupgrade - rev: v3.2.2 + rev: v3.9.0 hooks: - id: pyupgrade entry: pyupgrade --py3-plus --py36-plus --keep-runtime-typing