diff options
| author | 2019-07-22 20:15:14 -0600 | |
|---|---|---|
| committer | 2019-07-22 20:15:14 -0600 | |
| commit | b0c1d68482eafefeafa6f014185f5b1af1cf4872 (patch) | |
| tree | 76232d352b0a8221acdbb48fa8a544bfa75c7cf5 /Pipfile | |
| parent | Merge pull request #31 from python-discord/testing (diff) | |
| parent | Pin pydocstyle to unbreak flake8-docstrings (diff) | |
Merge pull request #34 from python-discord/linting-fix
Pin pydocstyle to unbreak flake8-docstrings
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ jsonschema = "*" [dev-packages] coverage = "*" pre-commit = "*" +pydocstyle = "<4.0" flake8 = "*" flake8-docstrings = "*" flake8-bugbear = "*" |