Skip to content

Commit 2f20adb

Browse files
committed
Added pylint to dev deps
1 parent 3cf1559 commit 2f20adb

File tree

2 files changed

+119
-1
lines changed

2 files changed

+119
-1
lines changed

poetry.lock

Lines changed: 118 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ black = {version = "^19.10b0",allow-prereleases = true}
2929
pytest-cov = "^2.10.0"
3030
numpy = "^1.19.0"
3131
jsonschema = "^3.2.0"
32+
pylint = "^2.5.3"
3233

3334
[tool.black]
3435
exclude = '(\.eggs|\.git|\.venv)'

0 commit comments

Comments
 (0)