refactor black
check to be configured in pyproject.toml instead of ci.yml
#35153
Labels
Client
This issue points to a problem in the data-plane of the library.
black
formatting is currently opt-in by specifyingValidateFormatting: true
in a library's ci.yml: https://github.com/Azure/azure-sdk-for-python/blob/main/doc/eng_sys_checks.md#opt-in-to-formatting-validationWe should refactor this check to instead be turned on/off by the pyproject.toml where other checks like pylint, mypy, pyright, and sphinx are controlled.
The text was updated successfully, but these errors were encountered: