From 5a4251d206b2e9a76c1ece88491ad620f5f127ca Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 18:14:03 +0000 Subject: [PATCH 1/2] chore: update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/setup-cfg-fmt: v2.2.0 → v2.4.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.2.0...v2.4.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.8.0](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.8.0) - [github.com/pre-commit/mirrors-mypy: v1.1.1 → v1.4.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.1.1...v1.4.1) - [github.com/hadialqattan/pycln: v2.1.3 → v2.1.5](https://github.com/hadialqattan/pycln/compare/v2.1.3...v2.1.5) - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](https://github.com/codespell-project/codespell/compare/v2.2.4...v2.2.5) - [github.com/shellcheck-py/shellcheck-py: v0.9.0.2 → v0.9.0.5](https://github.com/shellcheck-py/shellcheck-py/compare/v0.9.0.2...v0.9.0.5) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.6 → v3.0.0-alpha.9-for-vscode](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.6...v3.0.0-alpha.9-for-vscode) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d4b47f6..7fb745c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/setup-cfg-fmt - rev: "v2.2.0" + rev: "v2.4.0" hooks: - id: setup-cfg-fmt @@ -35,7 +35,7 @@ repos: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: "v3.3.1" + rev: "v3.8.0" hooks: - id: pyupgrade args: ["--py38-plus"] @@ -46,14 +46,14 @@ repos: - id: black-jupyter - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.1.1" + rev: "v1.4.1" hooks: - id: mypy files: src stages: [manual] - repo: https://github.com/hadialqattan/pycln - rev: "v2.1.3" + rev: "v2.1.5" hooks: - id: pycln args: ["--all"] @@ -82,13 +82,13 @@ repos: stages: [manual] - repo: https://github.com/codespell-project/codespell - rev: "v2.2.4" + rev: "v2.2.5" hooks: - id: codespell args: ["-L", "nd,unparseable,compiletime"] - repo: https://github.com/shellcheck-py/shellcheck-py - rev: "v0.9.0.2" + rev: "v0.9.0.5" hooks: - id: shellcheck @@ -101,7 +101,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.6" + rev: "v3.0.0-alpha.9-for-vscode" hooks: - id: prettier types_or: [json] From ed499c43fab5a92d6a80d33bc61fa19b73a619a6 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 18:14:21 +0000 Subject: [PATCH 2/2] style: pre-commit fixes --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e7ad154..8342508 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,7 +9,6 @@ author = Jason Detwiler author_email = jasondet@uw.edu maintainer = The LEGEND Collaboration license = GPL-3.0 -license_file = LICENSE license_files = LICENSE classifiers = Development Status :: 4 - Beta