Closed peterjc closed 5 years ago
Builds on #11, adds new BLK997 if a pyproject.toml file is invalid, allows using flake8 --black-config '-' ... to mean ignore any pyproject.toml file.
BLK997
pyproject.toml
flake8 --black-config '-' ...
Adds explicit failure during configuration parsing for specified TOML file missing (#12) or invalid, although currently an ugly traceback.
Strange, github is not yet showing the updated branch with 3 commits...
Builds on #11, adds new
BLK997
if apyproject.toml
file is invalid, allows usingflake8 --black-config '-' ...
to mean ignore anypyproject.toml
file.Adds explicit failure during configuration parsing for specified TOML file missing (#12) or invalid, although currently an ugly traceback.