cresset-template / cresset

Template repository to build PyTorch projects from source on any version of PyTorch/CUDA/cuDNN.
MIT License
715 stars 41 forks source link

Add more pre-commits. #120

Closed veritas9872 closed 1 year ago

veritas9872 commented 1 year ago

Use shfmt for shell formatting. Add markdown link check for checking if links are still active. Maybe replace prettier with another Markdown linter. Check MegaLinter for available options.

veritas9872 commented 1 year ago

shfmt is difficult to run. markdown-link-check will not run. markdownlint is not for Python projects and Prettier is good.