Skip to content

Commit f8bd6a5

Browse files
[pre-commit.ci] pre-commit autoupdate (#950)
* [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>
1 parent 53b8f81 commit f8bd6a5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ repos:
3838
- id: isort
3939

4040
- repo: https://github.com/psf/black
41-
rev: 21.11b1
41+
rev: 21.12b0
4242
hooks:
4343
- id: black
4444

cibuildwheel/projectfiles.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
def get_constant(x: ast.Str) -> str:
1313
return x.s
1414

15-
1615
else:
1716
Constant = ast.Constant
1817

0 commit comments

Comments
 (0)