summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 18:05:23 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2019-08-04 18:05:23 +0200
commitf2c3b4fd619a08a31fa49b11a0814e86169f4088 (patch)
treeb453bc7ac0794923bd9063cdf74466ad7ddc69ba /pyproject.toml
parent3c5ee594a2e38b27f086d042d9d2b9d7d0d0269d (diff)
downloadrsa-git-f2c3b4fd619a08a31fa49b11a0814e86169f4088.tar.gz
Added flake8 as development dependency and fixed reported issues
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index df54336..9ee2c1d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -42,6 +42,7 @@ pytest = "^5.0"
pytest-cov = "^2.7"
tox = "^3.13"
mypy = "^0.720"
+flake8 = "^3.7"
[build-system]