python312Packages.character-encoding-utils: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-19 10:37:00 +02:00
parent 7049481c08
commit a14d0471a7

View File

@ -1,10 +1,11 @@
{ lib
, buildPythonPackage
, fetchPypi
, hatch-vcs
, hatchling
, pytestCheckHook
, pythonOlder
{
lib,
buildPythonPackage,
fetchPypi,
hatch-vcs,
hatchling,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@ -25,13 +26,9 @@ buildPythonPackage rec {
hatchling
];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"character_encoding_utils"
];
pythonImportsCheck = [ "character_encoding_utils" ];
meta = {
description = "Some character encoding utils";