You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Configuration section of the README currently says "TODO", and the command tidypy default-config doesn't even tell me what filename to use for the config it prints to stdout.
How do I make a config file for tidypy? At least document the filename it's looking for.
The text was updated successfully, but these errors were encountered:
There's two things I'm trying to do, and it seems that anyone running tidypy through pytest will need to do the same. (1) exclude .pytest_cache, and (2) disable one or the other of pydocstyle:D212 or pydocstyle:D213 since they are mutually exclusive.
I got item (1) working eventually, but item (2) is still unsolved.
Absolutely agree. That topic needs more documentation.
Anyone else stumbling upon this in the meantime can look at the pyproject.toml at the root of this repository for an example of how TidyPy is configured to operate on itself.
The Configuration section of the README currently says "TODO", and the command
tidypy default-config
doesn't even tell me what filename to use for the config it prints to stdout.How do I make a config file for tidypy? At least document the filename it's looking for.
The text was updated successfully, but these errors were encountered: