graphql-python / graphene-sqlalchemy

Graphene SQLAlchemy integration
http://docs.graphene-python.org/projects/sqlalchemy/en/latest/
MIT License
975 stars 225 forks source link

Apply linting or formatting tool to all source code #354

Closed fregataa closed 1 year ago

fregataa commented 1 year ago

Let's apply a linting or formatting tool such as black or yapf for better readability. I guess we need another requirements config file or just add another config option in setup.py if we apply one of them.

erikwrede commented 1 year ago

Will add black after some other PRs are merged to not create a mess there. Plan was to add it via pre-commit!

erikwrede commented 1 year ago

Black was recently added!

github-actions[bot] commented 1 year ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related topics referencing this issue.