From 2411a1ce577cf535d486b61fcd64e87b05efa7de Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 02:52:48 +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: 23.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8/compare/6.0.0...6.1.0) - [github.com/asottile/pyupgrade: v3.3.2 → v3.10.1](https://github.com/asottile/pyupgrade/compare/v3.3.2...v3.10.1) - [github.com/PyCQA/autoflake: v2.1.1 → v2.2.1](https://github.com/PyCQA/autoflake/compare/v2.1.1...v2.2.1) --- .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 b6895207..a9422d87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,11 @@ repos: - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.7.0 hooks: - id: black pass_filenames: true - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 pass_filenames: true @@ -32,12 +32,12 @@ repos: hooks: - id: napari-plugin-checks - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.10.1 hooks: - id: pyupgrade args: ["--py37-plus"] - repo: https://github.com/PyCQA/autoflake - rev: 'v2.1.1' + rev: 'v2.2.1' hooks: - id: autoflake args: ["--remove-all-unused-imports", "-i"]