Closed Niccolum closed 2 years ago
I'm hoping the fact it's trying to format as json is because you have a config file somewhere with that set. So you'll need to override that. eg.
$ poetry run licensecheck -fsimple --zero
The issue with the json.dumps has been fixed in 2022
Thanks very much for very fast response and fix it!
No worries! Caught me at a good time :D
I'm hoping the fact it's trying to format as json is because you have a config file somewhere with that set. So you'll need to override that. eg.
$ poetry run licensecheck -fsimple --zero
The issue with the json.dumps has been fixed in 2022
Maybe add flag fsimple to precommit hook? UPD: not need. I Just update my config. Thanks one more time!
Bug
System info
Describe the bug
Fail on formatter Version to json.dumps
Expected outcome
OK
Actual outcome
My pyproject.toml (only poetry tool):