Skip to content

Commit

Permalink
Update black to 21.12b0
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 6, 2021
1 parent d5d8a88 commit 8ac85f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@21.4b0
- uses: psf/black@21.12b0
with:
args: ". --check"

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def finalize_options(self):
_bdist_wheel.finalize_options(self)
self.root_is_pure = False


except ImportError:
bdist_wheel = None

Expand Down

0 comments on commit 8ac85f1

Please sign in to comment.