phart: format

This commit is contained in:
Sandro
2025-10-19 21:41:13 +02:00
committed by GitHub
parent 6aa0e2cf50
commit 873d2209f9
@@ -29,7 +29,6 @@ buildPythonPackage rec {
'';
postPatch = ''
# pythonRelaxDeps = true; didn't work
substituteInPlace pyproject.toml \
--replace-fail 'hatchling==1.26.3' 'hatchling'
@@ -37,7 +36,6 @@ buildPythonPackage rec {
# This line makes the cli tool not work, removing it fixes it
substituteInPlace src/phart/cli.py \
--replace-fail "renderer.options.use_ascii = args.ascii" ""
'';
dependencies = [