charmcraft: run nixfmt-rfc-style

This commit is contained in:
Jon Seager
2024-07-10 16:44:00 +02:00
parent 646456a7f3
commit de97b31f36
+14 -15
View File
@@ -47,23 +47,22 @@ python3Packages.buildPythonApplication rec {
urllib3
];
nativeBuildInputs = with python3Packages; [
setuptools
];
nativeBuildInputs = with python3Packages; [ setuptools ];
pythonRelaxDeps = [
"urllib3"
];
pythonRelaxDeps = [ "urllib3" ];
nativeCheckInputs = with python3Packages; [
pyfakefs
pytest-check
pytest-mock
pytest-subprocess
pytestCheckHook
responses
setuptools
] ++ [ git ];
nativeCheckInputs =
with python3Packages;
[
pyfakefs
pytest-check
pytest-mock
pytest-subprocess
pytestCheckHook
responses
setuptools
]
++ [ git ];
preCheck = ''
mkdir -p check-phase