quipucords / camayoc

Test automation framework that facilitates functional testing of quipucords.
https://camayoc.readthedocs.io/
GNU General Public License v3.0
5 stars 4 forks source link

style: add black line-length config to pyproject.toml to match Makefile and .pre-commit-config.yaml #423

Closed infinitewarp closed 1 year ago

infinitewarp commented 1 year ago

The means editors (like VS Code) that are configured to automatically run black upon save will not introduce changes that then get yanked back out by make or the pre-commit hook.