We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563dd5d commit ab624b3Copy full SHA for ab624b3
1 file changed
pyproject.toml
@@ -37,11 +37,13 @@ license = { text = "GPL-3.0" }
37
38
[tool.pdm]
39
distribution = true
40
+
41
[tool.pdm.scripts]
42
simulate_data = "python scripts/s00_simulate_data.py"
43
benchmark_ar = "python scripts/s01_benchmark_ar.py"
44
benchmark_bin = "python scripts/s01_benchmark_bin.py"
45
plot_test = "python tests/plot_results.py"
46
+format = "black ."
47
48
[tool.pdm.dev-dependencies]
49
dev = ["line-profiler[all]>=4.1.3", "jupyter>=1.1.1", "snakeviz>=2.2.0"]
0 commit comments