Skip to content

Commit

Permalink
feat: add additional validation checks for groups and mapping_types
Browse files Browse the repository at this point in the history
  • Loading branch information
emeth1 authored Nov 16, 2023
1 parent 6988ed9 commit 37324b6
Show file tree
Hide file tree
Showing 3 changed files with 163 additions and 108 deletions.
169 changes: 61 additions & 108 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ pandas-stubs = "^2.0.3.230814"
types-pyyaml = "^6.0.12.12"
types-requests = "^2.31.0.6"
jsonschema = "^4.19.1"
termcolor = "^2.3.0"

[tool.poetry.group.dev.dependencies]
bandit = "1.7.0"
Expand All @@ -39,6 +40,7 @@ pandas = "^2.1"
openpyxl = "^3.1"
ruff = "^0.0.289"
jinja2 = "^3.1.2"
termcolor = "^2.3.0"

[tool.black]
line-length = 88
Expand Down
Loading

0 comments on commit 37324b6

Please # to comment.