100% coverage of checks schemas

This commit is contained in:
Andrew Herrington
2021-12-06 16:49:20 -06:00
parent c291ce6895
commit 38128c8151
40 changed files with 3495 additions and 128 deletions

12
.cookiecutter.json Normal file
View File

@@ -0,0 +1,12 @@
{
"_template": "gh:cjolowicz/cookiecutter-hypermodern-python",
"author": "Andrew Herrington",
"development_status": "Development Status :: 3 - Alpha",
"email": "andrew@\ud83d\udcbb.kz",
"friendly_name": "Py Healthchecks.Io",
"github_user": "andrewthetechie",
"license": "MIT",
"package_name": "healthchecks_io",
"project_name": "py-healthchecks.io",
"version": "0.0.0"
}