diff options
| author | 2019-07-10 18:03:39 -0400 | |
|---|---|---|
| committer | 2019-07-10 18:03:39 -0400 | |
| commit | 307d97010a4d1fcd85a5db546f6373ba85816843 (patch) | |
| tree | ad6a57fcbc8e07964cde758615aa1360c23550d9 /Pipfile | |
| parent | Merge branch 'master' into dpy-1.2 (diff) | |
Pin Pydocstyle < 4.0 to fix flake8-docstrings breaking
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ fuzzywuzzy = "*" discord-py = "~=1.2" [dev-packages] +"pydocstyle" = "<4.0" "flake8" = "*" "flake8-bugbear" = "*" "flake8-import-order" = "*" |