diff options
| author | 2019-07-10 18:43:28 -0400 | |
|---|---|---|
| committer | 2019-07-10 18:43:28 -0400 | |
| commit | e61e2661dcd848efbea48b7708c4cf75335a73d0 (patch) | |
| tree | 76232d352b0a8221acdbb48fa8a544bfa75c7cf5 /Pipfile | |
| parent | Merge pull request #31 from python-discord/testing (diff) | |
Pin pydocstyle to unbreak flake8-docstrings
Relock
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 = "*" |