diff options
| author | 2019-09-05 18:46:31 -0400 | |
|---|---|---|
| committer | 2019-09-05 18:46:31 -0400 | |
| commit | acea2bb232dcb49cf9d8405a1354dbffd71612a7 (patch) | |
| tree | c02e85c068ca3d60fc89b9110be18dc6ce4d4aad /Pipfile | |
| parent | Merge pull request #40 from python-discord/nsjail-clone-fix (diff) | |
Fix misconfigured flake8 so docstrings are properly linted
Bump flake8-docstrings dependency pin to support the fix
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ coverage = ">= 4.4.2, == 4.*" pre-commit = "~= 1.18" pydocstyle = "~= 4.0" flake8 = "~= 3.7.8" -flake8-docstrings = ">= 1.3.1, == 1.*" +flake8-docstrings = "~=1.4" flake8-bugbear = "~= 19.3" flake8-import-order = "~= 0.18.1" flake8-tidy-imports = "~= 2.0" |