aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2019-04-24 20:14:15 +0200
committerGravatar GitHub <[email protected]>2019-04-24 20:14:15 +0200
commitdd9723705d0b41363c0941b02c4ee5d3b2bafe32 (patch)
treee0bfe8cd82087ed1b9d2dff6249282d13c790a74 /Pipfile
parentMerge pull request #202 from gdude2002/django+200/wiki (diff)
parentAddress review (diff)
Merge pull request #215 from gdude2002/django+192/flake8-docstrings
[#192] Flake8-docstrings
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 59f660a4..5d7446ab 100644
--- a/Pipfile
+++ b/Pipfile
@@ -14,6 +14,7 @@ mccabe = "~=0.6.1"
pep8-naming = "~=0.8.2"
coverage = "~=4.5.3"
unittest-xml-reporting = "~=2.5.1"
+flake8-docstrings = "~=1.3.0"
[packages]
django = "~=2.2"