Open manics opened 2 years ago
workspace_backup/.pre-commit-config.yaml runs the tests https://github.com/HicResearch/TREEHOOSE/blob/ec323b70b2add7607d9479f1c90e66ef9583634a/src/components/workspace_backup/.pre-commit-config.yaml#L75-L83
workspace_backup/.pre-commit-config.yaml
but requirements-dev.txt was removed in d2f135ce987c54667e28709e9839989b1e39952d so they can't be run without installing the dependencies manually.
requirements-dev.txt
workspace_backup/.pre-commit-config.yaml
runs the tests https://github.com/HicResearch/TREEHOOSE/blob/ec323b70b2add7607d9479f1c90e66ef9583634a/src/components/workspace_backup/.pre-commit-config.yaml#L75-L83but
requirements-dev.txt
was removed in d2f135ce987c54667e28709e9839989b1e39952d so they can't be run without installing the dependencies manually.