llm icon indicating copy to clipboard operation
llm copied to clipboard

Use isort in ruff, merge ruff.toml into pyproject.toml

Open deeplook opened this issue 6 months ago • 1 comments

This makes the import statements more readable by organizing them into groups, and merges the few configuration options from ruff.toml into pyproject.toml.

One could also merge mypy.ini and pytest.ini into pyproject.toml at least as long as they contain only so few lines of configuration.

deeplook avatar May 28 '25 07:05 deeplook