From 750f54f3cbde87f0ceeac8639b54ca198a2aaac1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 16:58:49 +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/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.6.0) - [github.com/pycqa/flake8: 3.9.2 → 7.0.0](https://github.com/pycqa/flake8/compare/3.9.2...7.0.0) - [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.3.1](https://github.com/myint/autoflake/compare/v2.0.0...v2.3.1) - [github.com/pre-commit/mirrors-autopep8: v2.0.0 → v2.0.4](https://github.com/pre-commit/mirrors-autopep8/compare/v2.0.0...v2.0.4) - [github.com/psf/black: 22.10.0 → 24.4.0](https://github.com/psf/black/compare/22.10.0...24.4.0) - https://github.com/ikamensh/flynt/: 0.77 → 1.0.1 - [github.com/asottile/pyupgrade: v3.2.2 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.2.2...v3.15.2) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1351666..18c431a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: 'https://github.com/pre-commit/pre-commit-hooks' - rev: v4.4.0 + rev: v4.6.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - repo: 'https://github.com/pycqa/flake8' - rev: 3.9.2 + rev: 7.0.0 hooks: - id: flake8 - repo: 'https://github.com/pre-commit/mirrors-isort' @@ -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.3.1 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.4 hooks: - id: autopep8 language_version: python3.9 - repo: https://github.com/psf/black - rev: 22.10.0 + rev: 24.4.0 hooks: - id: black language_version: python3.9 - repo: https://github.com/ikamensh/flynt/ - rev: '0.77' + rev: '1.0.1' hooks: - id: flynt language_version: python3.9 - repo: https://github.com/asottile/pyupgrade - rev: v3.2.2 + rev: v3.15.2 hooks: - id: pyupgrade entry: pyupgrade --py3-plus --py36-plus --keep-runtime-typing