Skip to content

Commit 8924551

Browse files
author
Joel Collins
committed
Added jsonschema for validation
1 parent 2ca5c51 commit 8924551

File tree

2 files changed

+45
-8
lines changed

2 files changed

+45
-8
lines changed

poetry.lock

Lines changed: 41 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,12 @@ pytest = "^5.2"
2020
black = {version = "^19.10b0",allow-prereleases = true}
2121
pytest-cov = "^2.8.1"
2222
numpy = "^1.18.2"
23+
jsonschema = "^3.2.0"
24+
25+
[tool.black]
26+
exclude = '(\.eggs|\.git|\.venv)'
2327

2428
[build-system]
2529
requires = ["poetry>=0.12"]
2630
build-backend = "poetry.masonry.api"
2731

28-
[tool.black]
29-
exclude = '(\.eggs|\.git|\.venv)'

0 commit comments

Comments
 (0)