Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pyproject.toml to avoid re-running black on ropetest
black currently has poor multi-line string treatment for dedent()-ed code. I've ran aneeshusa's black branch psf/black#1879 on ropetest instead, which leaves dedent()-ed lines alone; however most people likely will be running mainline black which would have mucked these formatting , so we're adding an exclusion rule in pyproject.toml prevent people from auto-formatting ropetest.
- Loading branch information