mirror of
https://github.com/jongracecox/anybadge.git
synced 2025-07-21 12:21:03 +02:00
- Add .pre-commit-config.yaml with initial config. - Add python black pre-commit config - Apply pre-commit code changes - Add information to CONTRIBUTING.md - Add pre-commit to build requirements - Run pre-commit during travis CI build - Use a travis build matrix to control when pre-commit runs in the CI process. Use explicit include to only run pre-commit on Python 3.9.
11 lines
439 B
Markdown
11 lines
439 B
Markdown
# To do list
|
|
|
|
* [x] Add `serve` functionality, which starts up a web server to serve results.
|
|
* [ ] Incorporate server into main anybadge module (allowing `anybadge serve`)
|
|
* [ ] Allow thresholds dictionary to be passed through URL
|
|
* [x] Create a Docker image to run server
|
|
* [ ] Add CI test for Docker image
|
|
* [ ] Add CI to push server to Docker hub
|
|
* [ ] Support common badge server URL structure
|
|
* [ ] Documentation for all docker bits
|