Skip to content

Commit a601f48

Browse files
committed
feat: Implemented data validation function, added enum with error codes, added tests
1 parent 25ffdad commit a601f48

7 files changed

Lines changed: 1434 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ignore = ["venv", "__pycache__", ".git", "tests"]
4646
persistent = true
4747

4848
[tool.pylint.messages_control]
49-
disable = []
49+
disable = ["broad-exception-caught", "too-many-return-statements"]
5050

5151
[tool.pylint.format]
5252
max-line-length = 80

0 commit comments

Comments
 (0)