Skip to content
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

blacken the code base #113

Closed
KOLANICH opened this issue Dec 29, 2022 · 0 comments · Fixed by #115
Closed

blacken the code base #113

KOLANICH opened this issue Dec 29, 2022 · 0 comments · Fixed by #115

Comments

@KOLANICH
Copy link
Contributor

The simplest way to satisfy various code style linters is to apply automatic reformatters. But now because the code base doesn't follow conventions of black I have to revert some changes by it. It is proposed to apply autopep8 -aaaa --experimental --max-line-length=110 -ir ., isort and black -l 110 (in this order!) to the code base in order to make the lives of contributors a bit easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant