spyder: add explicit dependency on flake8
Previously it used flake8 from python-language-server implicitly
This commit is contained in:
parent
24a4bbf2ea
commit
4d2f81c456
@ -1,8 +1,9 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, isPy27, makeDesktopItem, intervaltree, jedi, pycodestyle,
|
{ lib, buildPythonPackage, fetchPypi, isPy27, makeDesktopItem, intervaltree,
|
||||||
psutil, pyflakes, rope, numpy, scipy, matplotlib, pylint, keyring, numpydoc,
|
jedi, pycodestyle, psutil, pyflakes, rope, numpy, scipy, matplotlib, pylint,
|
||||||
qtconsole, qtawesome, nbconvert, mccabe, pyopengl, cloudpickle, pygments,
|
keyring, numpydoc, qtconsole, qtawesome, nbconvert, mccabe, pyopengl,
|
||||||
spyder-kernels, qtpy, pyzmq, chardet, qdarkstyle, watchdog, python-language-server
|
cloudpickle, pygments, spyder-kernels, qtpy, pyzmq, chardet, qdarkstyle,
|
||||||
, pyqtwebengine, atomicwrites, pyxdg, diff-match-patch, three-merge, pyls-black, pyls-spyder
|
watchdog, python-language-server, pyqtwebengine, atomicwrites, pyxdg,
|
||||||
|
diff-match-patch, three-merge, pyls-black, pyls-spyder, flake8
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -23,6 +24,7 @@ buildPythonPackage rec {
|
|||||||
numpydoc qtconsole qtawesome nbconvert mccabe pyopengl cloudpickle spyder-kernels
|
numpydoc qtconsole qtawesome nbconvert mccabe pyopengl cloudpickle spyder-kernels
|
||||||
pygments qtpy pyzmq chardet pyqtwebengine qdarkstyle watchdog python-language-server
|
pygments qtpy pyzmq chardet pyqtwebengine qdarkstyle watchdog python-language-server
|
||||||
atomicwrites pyxdg diff-match-patch three-merge pyls-black pyls-spyder
|
atomicwrites pyxdg diff-match-patch three-merge pyls-black pyls-spyder
|
||||||
|
flake8
|
||||||
];
|
];
|
||||||
|
|
||||||
# There is no test for spyder
|
# There is no test for spyder
|
||||||
|
Loading…
Reference in New Issue
Block a user