1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-05 23:02:22 +00:00

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

This commit is contained in:
Enno Richter 2021-12-03 10:52:21 +01:00
parent fde30f1be0
commit 138c3b5816

View file

@ -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";