qmk: remove linters

This commit is contained in:
Sandro Jäckel 2022-08-19 21:08:39 +02:00
parent 14021215f1
commit a261ff309b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -18,9 +18,7 @@ python3.pkgs.buildPythonApplication rec {
};
nativeBuildInputs = with python3.pkgs; [
flake8
nose2
pep8-naming
setuptools-scm
yapf
];