Commit 138c3b58 authored by Enno Richter's avatar Enno Richter
Browse files

python2Packages.flake8: disable since flake8 v4 dropped Python 2 support

parent fde30f1b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";