Mike Gerber
Mike Gerber
> I have three proposals, let me know which one(s) you'd like to try: While having support for JavaScript is certainly interesting, the tools seem to require Bower/Yarn/or npm(?) for...
> pip-licenses seems to be a simple solution for Python dependencies, so maybe try that first +1 If it can do the license checking offline from a previously set up...
> > pip-licenses seems to be a simple solution for Python dependencies, so maybe try that first +1 If it can do the license checking offline from a previously set...
I've added a pre-commit hook for this in 3233dbc.
There's another typo: "edit options" should be "edit operations"
This is a bug: ``` ❯ ocrd-dinglehopper --version Version None, ocrd/core 2.58.1 ``` (should not report None)
The non-OCR-D CLI now has `--version`: ``` ❯ dinglehopper --version dinglehopper, version 0.9.7 ```
OCR-D CLI is now fixed: ``` ❯ ocrd-dinglehopper --version Version 0.9.7, ocrd/core 2.67.0 ```
This is basically #11.
> * [ ] Review Black job It didn't do much yet. The most useful behavior for the (future) GitHub Actions Black workflow would be: 1. a. Run Black on...