Skip to content

Commit 6992802

Browse files
author
iPhysicX
committed
add pylint and black for dev
1 parent 6003981 commit 6992802

File tree

2 files changed

+168
-2
lines changed

2 files changed

+168
-2
lines changed

Pipfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ verify_ssl = true
55

66
[dev-packages]
77
pytest-cov = "*"
8+
pylint = "*"
9+
black = "*"
810

911
[packages]
1012
flask = "*"
1113

1214
[requires]
1315
python_version = "3.8"
16+
17+
[pipenv]
18+
allow_prereleases = true

Pipfile.lock

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

0 commit comments

Comments
 (0)