Loading pkgs/development/python-modules/flake8-length/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -20,18 +20,19 @@ buildPythonPackage rec { flake8 ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "flake8_length" ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "tests/" ]; meta = { meta = with lib; { description = "Flake8 plugin for a smart line length validation"; homepage = "https://github.com/orsinium-labs/flake8-length"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sauyon ]; changelog = "https://github.com/orsinium-labs/flake8-length/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ sauyon ]; }; } Loading
pkgs/development/python-modules/flake8-length/default.nix +6 −5 Original line number Diff line number Diff line Loading @@ -20,18 +20,19 @@ buildPythonPackage rec { flake8 ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "flake8_length" ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "tests/" ]; meta = { meta = with lib; { description = "Flake8 plugin for a smart line length validation"; homepage = "https://github.com/orsinium-labs/flake8-length"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ sauyon ]; changelog = "https://github.com/orsinium-labs/flake8-length/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ sauyon ]; }; }