-
Notifications
You must be signed in to change notification settings - Fork 239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doctests fail with new Black version. #171
Comments
henrifroese
added a commit
to SummerOfCode-NoHate/texthero
that referenced
this issue
Sep 4, 2020
henrifroese
added a commit
to SummerOfCode-NoHate/texthero
that referenced
this issue
Sep 4, 2020
This was referenced Sep 6, 2020
jbesomi
pushed a commit
that referenced
this issue
Sep 13, 2020
* Fix travis version. See Issue #171 * roll back accidental push to master * Add & Enforce best practices. - default argument docstring style - American English - default argument values All those are also added to CONTRIBUTING.md Co-authored-by: Maximilian Krahn <maximilian.krahn@icloud.com> Co-authored-by: Henri Froese <henri.froese@yahoo.com> Co-authored-by: Maximilian Krahn <maximilian.krahn@icloud.com>
@henrifroese thanks! Can I close this issue? |
yes should be good |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As we could see in #169 and #170 , with the new release of black three days ago, many of our doctests fail. We opened an issue here at Black's Github. Currently, when we want to push something new to Texthero, Travis CI will fail. Current hotfix is to use the last version before the release by setting in
.travis.yml
:- pip3 install black==19.10b0
and insetup.cfg
:black==19.10b0
.The text was updated successfully, but these errors were encountered: