1
0
forked from VimPlug/jedi

Merge pull request #1915 from PeterJCLaw/update-flake8

Update flake8 and fix issue found
This commit is contained in:
Dave Halter
2023-02-13 19:49:36 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ setup(name='jedi',
'attrs', 'attrs',
], ],
'qa': [ 'qa': [
'flake8==3.8.3', 'flake8==5.0.4',
'mypy==0.782', 'mypy==0.782',
], ],
'docs': [ 'docs': [