From f8bd6a502bdcb7d36d018d48325008fb01115546 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 17:23:59 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#950) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 21.11b1 → 21.12b0](https://github.com/psf/black/compare/21.11b1...21.12b0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- cibuildwheel/projectfiles.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 179ff87b..f866d088 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 21.11b1 + rev: 21.12b0 hooks: - id: black diff --git a/cibuildwheel/projectfiles.py b/cibuildwheel/projectfiles.py index 7b106d12..1b3a6e3e 100644 --- a/cibuildwheel/projectfiles.py +++ b/cibuildwheel/projectfiles.py @@ -12,7 +12,6 @@ if sys.version_info < (3, 8): def get_constant(x: ast.Str) -> str: return x.s - else: Constant = ast.Constant