diff options
author | 2019-04-21 16:21:35 +0100 | |
---|---|---|
committer | 2019-04-21 16:21:35 +0100 | |
commit | 518970db3bf040be993e24fca8f6d428ced17c1e (patch) | |
tree | 58e1caf3d1a7c3b7d82af75b86d5d72c78d9f871 /Pipfile | |
parent | Merge pull request #202 from gdude2002/django+200/wiki (diff) |
Flake8-docstrings and config as discussed in #192 and on Discord
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 = "*" [packages] django = "~=2.2" |