diff options
| author | 2019-09-23 14:36:36 -0700 | |
|---|---|---|
| committer | 2019-09-23 14:36:36 -0700 | |
| commit | 5f82aa3ad82eb8a3d96d1cc98092902402ab41ee (patch) | |
| tree | aafc97850f077d98ddb0e00502e431915293a6f0 /Pipfile | |
| parent | CI: ditch Docker v2 tasks (diff) | |
| parent | Fix multiline function definition (diff) | |
Merge pull request #45 from python-discord/add-flake8-annotations
Add flake8-annotations & relint
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ coverage = ">= 4.4.2, == 4.*" pre-commit = "~= 1.18" pydocstyle = "~= 4.0" flake8 = "~= 3.7.8" +flake8-annotations = "~=1.0" flake8-docstrings = "~=1.4" flake8-bugbear = "~= 19.3" flake8-import-order = "~= 0.18.1" |