mirror of
https://github.com/jongracecox/anybadge.git
synced 2025-07-20 20:01:04 +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.
439 B
439 B
To do list
- 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
- 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