-
- Downloads
Setup the Python project.
- Let's try using PEP 621 and PDM (also PEP 582 while I'm at it). - Setup pre-commit hooks. - Setup GitLab CI (just pre-commit for now).
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .gitlab-ci.yml 4 additions, 0 deletions.gitlab-ci.yml
- .pre-commit-config.yaml 108 additions, 0 deletions.pre-commit-config.yaml
- README.rst 6 additions, 0 deletionsREADME.rst
- pyproject.toml 36 additions, 0 deletionspyproject.toml
- transmission_feeder/__init__.py 12 additions, 0 deletionstransmission_feeder/__init__.py
.gitlab-ci.yml
0 → 100644
.pre-commit-config.yaml
0 → 100644
pyproject.toml
0 → 100644
transmission_feeder/__init__.py
0 → 100644
Please register or sign in to comment