graphene/setup.cfg
Dulmandakh d53a102b08
Lint using Ruff (#1563)
* lint using Ruff

* remove isort config, flake8 comments
2024-07-01 17:03:13 +02:00

6 lines
104 B
INI

[coverage:run]
omit = graphene/pyutils/*,*/tests/*,graphene/types/scalars.py
[bdist_wheel]
universal=1