aroberge / ideas

Easy creation of custom import hooks to experiment on alternatives to Python's syntax; see https://aroberge.github.io/ideas/docs/html/
Other
76 stars 5 forks source link

Add proper logging and --verbose mode #32

Closed zmievsa closed 2 years ago

zmievsa commented 2 years ago

Also fixed current pre-commit black version conflicting with click>=8.1.0

zmievsa commented 2 years ago

https://stackoverflow.com/questions/71673404/importerror-cannot-import-name-unicodefun-from-click

zmievsa commented 2 years ago

Warning: I haven't tested any of the changes beyond the unit tests just yet.

aroberge commented 2 years ago

Thanks for this. I will look at it closely after work today.

aroberge commented 2 years ago

Sorry, I had to revert it as it broke the console.

zmievsa commented 2 years ago

No problem. As I said, I haven't tested it in the field yet so I expected something like that.