Merge pull request #187486 from SuperSandro2000/qmk

This commit is contained in:
Sandro 2022-08-21 02:37:54 +02:00 committed by GitHub
commit 92958eec37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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