Describe the solution you'd like
Integrate black, isort, pylint and potentially even pyright to achieve a higher code quality and standardize the code formatting.
Implementation ideas
Add the tools as some kind of development requirements and make them mandatory via pre-commit. Also configure all tools in pyproject.toml to standardize it.
Describe the solution you'd like
Integrate black, isort, pylint and potentially even pyright to achieve a higher code quality and standardize the code formatting.
Implementation ideas
Add the tools as some kind of development requirements and make them mandatory via pre-commit. Also configure all tools in
pyproject.tomlto standardize it.