diff options
| author | 2019-12-08 11:18:41 -0800 | |
|---|---|---|
| committer | 2019-12-08 11:18:41 -0800 | |
| commit | 0a0a5460ce92c9e70fa1e69ad464109d1e471008 (patch) | |
| tree | 46e8245b82428c3183f3f5cf75cf80fe9a330e3a /Pipfile | |
| parent | Update NsJail to 2.9 (diff) | |
Update flake8-annotations for Python 3.8 support
The update makes typed-ast optional for 3.8 which fixes the container
builds that would otherwise require gcc and Python headers.
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-annotations = "~=1.0" +flake8-annotations = ">= 1.1.1, == 1.*" flake8-docstrings = "~=1.4" flake8-bugbear = "~= 19.3" flake8-import-order = "~= 0.18.1" |