Fix CI | Update black version in pre-commit#137
Fix CI | Update black version in pre-commit#137branchv merged 5 commits intopython-poetry:masterfrom
Conversation
This fixes pallets/click#2225
branchv
left a comment
There was a problem hiding this comment.
thanks @Bobronium, do you mind pushing black's changes as well so checks can pass?
Python version is updated to satisfy black constraint
The current project's Python requirement (>=3.6,<4.0) is not compatible with some of the required packages Python requirement:
- black requires Python >=3.6.2, so it will not be satisfied for Python >=3.6,<3.6.2
|
@branchvincent, done! Had to update python minor version as well. |
|
I guess CI hasn't been working for a while. poetry installation fails, as well as python 3.6 on macOS.
Turns out, I confused install-poetry.py with get-poetry.py |
Co-authored-by: Branch Vincent <[email protected]>
|
tests fail since the latest pre-release of poetry dropped 3.6 support, we could pin to I can handle those issues in another PR, getting linting to pass here is more than sufficient |
This fixes CI failure caused by pallets/click#2225