Closed zerex290 closed 1 year ago
Because of possible inconsistency in code style from different contributors library should suggest usage of automatic code reformatters like autopep8, yapf or black.
Added yapf support, which together with pyright and ruff (also added and configured in pyproject.toml) can help to write more consistent code.
pyproject.toml
Because of possible inconsistency in code style from different contributors library should suggest usage of automatic code reformatters like autopep8, yapf or black.