graphql-python / graphene

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

Lint using Ruff #1563

Closed dulmandakh closed 5 months ago

dulmandakh commented 5 months ago

Ruff is modern linter that replaces flake8, isort and other linting tools, thus removing flake8. I'll add more lint check once merged.

Python 3.13 testing is fixed in https://github.com/graphql-python/graphene/pull/1562