move-coop / parsons

A python library of connectors for the progressive community.
Other
255 stars 125 forks source link

Move flake8, black, and pytest configs to pyproject.toml #1013

Closed bmos closed 3 months ago

bmos commented 3 months ago

Consolidating tooling configs here is neater and helps avoid fragmented options (like how flake8 was set to 100 line length but black was set to 88).

This also updates these tools to their latest versions.

If you would rather use a different line length like 88 (the black default) or 79 (the flake8 default) or something else, this PR can be edited. I just used 100 since it was already configured in the flake8 config file.