style: format to length 100

This commit is contained in:
2026-07-02 12:52:45 +02:00
parent 40b12c12db
commit dc6218e45f
23 changed files with 124 additions and 362 deletions
+1 -3
View File
@@ -50,9 +50,7 @@ def test_processingpipeline_accepts_unknown_value_after_refactor():
def test_datacollectionparameters_accepts_legacy_aliases():
params = DataCollectionParameters(
totalrange=180,
cellparameters="10 20 30 90 90 120",
userresolution=1.4,
totalrange=180, cellparameters="10 20 30 90 90 120", userresolution=1.4
)
assert params.totalangle == 180
assert params.unitcell == "10 20 30 90 90 120"