mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
add missing pylint/isort deps
This commit is contained in:
parent
a517accee3
commit
5a4043524a
1 changed files with 2 additions and 0 deletions
|
@ -3,4 +3,6 @@ mypy
|
||||||
mypy_protobuf>=1.21
|
mypy_protobuf>=1.21
|
||||||
black>=20.1b0
|
black>=20.1b0
|
||||||
pytest>=6.0.1
|
pytest>=6.0.1
|
||||||
|
pylint>=2.6.0
|
||||||
|
isort>=5.4.2
|
||||||
stringcase==1.2.0
|
stringcase==1.2.0
|
||||||
|
|
Loading…
Reference in a new issue