Skip to content
Snippets Groups Projects

Draft: Resolve "CI/CD exits with warnings with the default template."

1 file
+ 14
1
Compare changes
  • Side-by-side
  • Inline
+ 14
1
@@ -46,7 +46,20 @@ This file is normally located in the base direcotry of a python project, and it
- **classifiers:** Specifies classifiers for the project. Read more about it (here)[https://pypi.org/classifiers/]
### Makefile
It declares multiple recipes for the project which include `install`, `install_dev`, `clean`, and multiple `test` recipes.
It declares the following recipes:
- **install:** Installs the project.
- **install-dev:** Installs the project in editable mode.
- **clean:**
- **test:**
- **test-cov:**
- **test-loop:**
- **flake8:**
- **pep8:**
- **docstyle:**
- **lint:**
- **dependencies:**
- **black:**
- **black-check:**
## Additional Setup
Loading