lol

python312Packages.bthome-ble: format with nixfmt

+15 -20
+15 -20
pkgs/development/python-modules/bthome-ble/default.nix
··· 1 - { lib 2 - , bluetooth-data-tools 3 - , bluetooth-sensor-state-data 4 - , buildPythonPackage 5 - , cryptography 6 - , fetchFromGitHub 7 - , poetry-core 8 - , pytestCheckHook 9 - , pythonOlder 10 - , pytz 11 - , sensor-state-data 1 + { 2 + lib, 3 + bluetooth-data-tools, 4 + bluetooth-sensor-state-data, 5 + buildPythonPackage, 6 + cryptography, 7 + fetchFromGitHub, 8 + poetry-core, 9 + pytestCheckHook, 10 + pythonOlder, 11 + pytz, 12 + sensor-state-data, 12 13 }: 13 14 14 15 buildPythonPackage rec { ··· 30 31 --replace-fail " --cov=bthome_ble --cov-report=term-missing:skip-covered" "" 31 32 ''; 32 33 33 - build-system = [ 34 - poetry-core 35 - ]; 34 + build-system = [ poetry-core ]; 36 35 37 36 dependencies = [ 38 37 bluetooth-data-tools ··· 42 41 pytz 43 42 ]; 44 43 45 - nativeCheckInputs = [ 46 - pytestCheckHook 47 - ]; 44 + nativeCheckInputs = [ pytestCheckHook ]; 48 45 49 - pythonImportsCheck = [ 50 - "bthome_ble" 51 - ]; 46 + pythonImportsCheck = [ "bthome_ble" ]; 52 47 53 48 meta = with lib; { 54 49 description = "Library for BThome BLE devices";