- Downloads
Merge branch 'update-to-fst-version' into 'main'
updated template to match the FST version: linting with Ruff, instructions for... See merge request !1
Branches main
No related tags found
Showing
- .gitignore 12 additions, 1 deletion.gitignore
- .gitlab-ci.yml 17 additions, 9 deletions.gitlab-ci.yml
- .vscode/extensions.json 1 addition, 0 deletions.vscode/extensions.json
- .vscode/settings.json 15 additions, 20 deletions.vscode/settings.json
- README.md 100 additions, 17 deletionsREADME.md
- SUPERVISOR_CHECKLIST.md 42 additions, 0 deletionsSUPERVISOR_CHECKLIST.md
- docs/Getting Started.rst 20 additions, 0 deletionsdocs/Getting Started.rst
- docs/conf.py 36 additions, 0 deletionsdocs/conf.py
- docs/index.rst 22 additions, 0 deletionsdocs/index.rst
- pyproject.toml 91 additions, 0 deletionspyproject.toml
- python_project_template/__init__.py 5 additions, 0 deletionspython_project_template/__init__.py
- python_project_template/module.py 10 additions, 0 deletionspython_project_template/module.py
- requirements.txt 5 additions, 3 deletionsrequirements.txt
- tests/test_string_reverse.py 10 additions, 0 deletionstests/test_string_reverse.py
SUPERVISOR_CHECKLIST.md
0 → 100644
docs/Getting Started.rst
0 → 100644
docs/conf.py
0 → 100644
docs/index.rst
0 → 100644
pyproject.toml
0 → 100644
python_project_template/__init__.py
0 → 100644
python_project_template/module.py
0 → 100644
tests/test_string_reverse.py
0 → 100644
Please sign in to comment