Inspired by https://github.com/editorconfig-checker/editorconfig-checker.python/issues/15#issuecomment-881065431 We should aim for loading the binary after the package got installed and not when it first runs. This would be possible via a `pre-commit` hook or something
Inspired by editorconfig-checker/editorconfig-checker.python#15 (comment)
We should aim for loading the binary after the package got installed and not when it first runs.
This would be possible via a
pre-commithook or something