BobKerns / xontrib-xgit

An xonsh command-line environment for exploring git repositories and histories.
MIT License
1 stars 0 forks source link

Test action fails installing requirements. #16

Closed BobKerns closed 3 weeks ago

BobKerns commented 3 weeks ago

Fixes #2 The pre-commit stuff wasn't working due to referencing all-types as an additional dependency, which it doesn't need.

BobKerns commented 3 weeks ago

The dependencies were for the pre-commit linting hooks. These have now been fixed and run successfully.

It still doesn't build, b/c of another issue.