deshaw / pyflyby

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

MAINT: be stricter on str/Filename #350

Closed Carreau closed 1 month ago

Carreau commented 2 months ago

There are a bit too many places where there is a str/Filename Union. This make it hard to track issues like #346.

Thus we do some refactor and enforce Filename in many places in order to make reasonning on the code easier.