Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanderploegsma/doit-sandbox

Playing around with pydoit
https://github.com/sanderploegsma/doit-sandbox

Last synced: 3 days ago
JSON representation

Playing around with pydoit

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
```