You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use isort, pylint, and pytest. We also have a single setup.cfg with settings for flake8 and coverage. I'm not sure if these are in use or should be moved at this time.
This change could be done in a single or multiple pull requests.
The text was updated successfully, but these errors were encountered:
Move the configurations to the pyproject.toml for all tools that support it. This would put all our development tool settings into a single location.
A list of tools that support pyproject.toml can be found at awesome pyproject.toml
We use isort, pylint, and pytest. We also have a single setup.cfg with settings for flake8 and coverage. I'm not sure if these are in use or should be moved at this time.
This change could be done in a single or multiple pull requests.
The text was updated successfully, but these errors were encountered: