diff options
| author | 2019-09-27 23:04:40 +1000 | |
|---|---|---|
| committer | 2019-09-27 23:04:40 +1000 | |
| commit | f53627a2d37d21df25f4affa00c392d9f414ff26 (patch) | |
| tree | 08c6fc0df40f91a5e4642e080fa6766368f6dc2d /Pipfile | |
| parent | Merge pull request #457 from python-discord/infraction-edit-merge (diff) | |
| parent | Remove invalid colorama markers (diff) | |
Update flake8-annotations & fix missing lints (#461)
Update flake8-annotations & fix missing lints
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ urllib3 = ">=1.24.2,<1.25" [dev-packages] flake8 = "~=3.7" -flake8-annotations = "~=1.0" +flake8-annotations = "~=1.1" flake8-bugbear = "~=19.8" flake8-docstrings = "~=1.4" flake8-import-order = "~=0.18" |