mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
use pylint that supports isort 5
when updating, make sure to pip install --reinstall requirements.check
This commit is contained in:
parent
17af26dcb5
commit
339ec45f92
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
||||||
nose
|
nose
|
||||||
mock
|
mock
|
||||||
mypy==0.750
|
mypy==0.750
|
||||||
pylint
|
|
||||||
# fixme: when isort 5.0 is released, switch to pypy
|
# fixme: when isort 5.0 is released, switch to pypy
|
||||||
git+https://github.com/dae/isort
|
git+https://github.com/dae/isort
|
||||||
|
# fixme: when pylint supports isort 5.0, switch to pypy
|
||||||
|
git+https://github.com/dae/pylint
|
||||||
black
|
black
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue