Skip to content

Commit 6768330

Browse files
committed
Add flake8 as dev dependency
1 parent 2a4f3a4 commit 6768330

File tree

2 files changed

+61
-10
lines changed

2 files changed

+61
-10
lines changed

poetry.lock

+60-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ stack_data = "^0.0.7"
3434
production = ["gevent", "gunicorn", "psycopg2"]
3535

3636
[tool.poetry.dev-dependencies]
37+
flake8 = {version = "^3.8.3", optional = true}
3738

3839
[build-system]
3940
requires = ["poetry>=0.12"]

0 commit comments

Comments
 (0)