Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#950)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 21.11b1 → 21.12b0](psf/black@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>
  • Loading branch information
pre-commit-ci[bot] authored Dec 13, 2021
1 parent 53b8f81 commit f8bd6a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 21.11b1
rev: 21.12b0
hooks:
- id: black

Expand Down
1 change: 0 additions & 1 deletion cibuildwheel/projectfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
def get_constant(x: ast.Str) -> str:
return x.s


else:
Constant = ast.Constant

Expand Down

0 comments on commit f8bd6a5

Please sign in to comment.