python2Packages.flake8: disable since flake8 v4 dropped Python 2 support
This commit is contained in:
parent
fde30f1be0
commit
138c3b5816
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Flake8 is a wrapper around pyflakes, pycodestyle and mccabe.";
|
||||
homepage = "https://github.com/pycqa/flake8";
|
||||
|
|
Loading…
Reference in a new issue