-
-
Notifications
You must be signed in to change notification settings - Fork 221
black (and Python) is old #368
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
Comments
pre-commit intentionally does not commit the pre-commit author is working on a git-hub action that will suggest/push changes to the repos |
I'd tried that, but when I do, I get an error.
|
Looks like psf/black#875. |
After manually clearing the cache, I was able to run black. It's a little annoying that it runs on an old Python (3.6) and old alpha black (18.4a4). Perhaps a future version could automatically use a late version of Python and black. Even better would be to integrate the black checks with the test so they're reported with the tests. |
will bring the black declaration up to current standard after merging the pr black isnt doing checks, its changing files, so i dont see a sanesible way to inntegrate it with the testsuite |
This repo is failing me. I've submitted #364, but the CI tests fail (due to black apparently). I tried running
pre-commit install
to install the pre-commit steps and then running black on the code. When I run black the code, it reformats a bunch of stuff but won't commit. When I runblack .
on the repo, it reformats 12 files.What steps do I need to execute to commit code that will pass tests on this repo?
The text was updated successfully, but these errors were encountered: