deshaw / pyflyby

A set of productivity tools for Python
https://deshaw.github.io/pyflyby/
Other
353 stars 52 forks source link

Fix tidy-imports failure when black is used and `pyproject.toml` is missing #289

Closed krassowski closed 9 months ago

krassowski commented 9 months ago

Fixes #288

Adds tests to ensure that black is actually run on Import when requested, tests on the black config parsing logic, and tests against the scenario in which pyproject.toml is missing.