https://github.com/sanderploegsma/doit-sandbox
Playing around with pydoit
https://github.com/sanderploegsma/doit-sandbox
Last synced: 4 months ago
JSON representation
Playing around with pydoit
- Host: GitHub
- URL: https://github.com/sanderploegsma/doit-sandbox
- Owner: sanderploegsma
- Created: 2023-10-08T12:31:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-08T12:44:34.000Z (over 1 year ago)
- Last Synced: 2025-01-10T14:03:55.956Z (6 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DoIt Sandbox
Playing around with [DoIt][doit-docs].
[doit-docs]: https://pydoit.org/
## Tasks
All tasks are defined in [`dodo.py`](./dodo.py).
```text
$ doit list --all
format Auto-formats Python files
format:black
format:isort
lint Lints Python files
lint:black
lint:isort
lint:pylint
test Runs tests
```