graphql-python / graphene

GraphQL framework for Python
http://graphene-python.org/
MIT License
8.1k stars 827 forks source link

CI: format check using Ruff #1557

Closed dulmandakh closed 4 months ago

dulmandakh commented 5 months ago

This PR adds format checking using Ruff tool, and formats some files for consistency. Please see https://github.com/graphql-python/graphene/actions/runs/9634079092/job/26569302721?pr=1557

I think that consistent code formats are essential for open collaboration.

Lint job error is fixed in https://github.com/graphql-python/graphene/pull/1556

dulmandakh commented 5 months ago

@erikwrede it's ready to merge 😉