python311Packages.toggl-cli: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-16 11:22:17 +02:00
parent 13b336328d
commit 57a4d93bc1
1 changed files with 20 additions and 21 deletions

View File

@ -1,21 +1,22 @@
{ lib
, buildPythonPackage
, click
, click-completion
, factory-boy
, faker
, fetchPypi
, inquirer
, notify-py
, pbr
, pendulum
, ptable
, pytest-mock
, pytestCheckHook
, pythonOlder
, requests
, twine
, validate-email
{
lib,
buildPythonPackage,
click,
click-completion,
factory-boy,
faker,
fetchPypi,
inquirer,
notify-py,
pbr,
pendulum,
ptable,
pytest-mock,
pytestCheckHook,
pythonOlder,
requests,
twine,
validate-email,
}:
buildPythonPackage rec {
@ -79,9 +80,7 @@ buildPythonPackage rec {
"test_now"
];
pythonImportsCheck = [
"toggl"
];
pythonImportsCheck = [ "toggl" ];
# updates to a bogus tag
passthru.skipBulkUpdate = true;