Skip to content

Commit ab624b3

Browse files
make 'format' pdm script
1 parent 563dd5d commit ab624b3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ license = { text = "GPL-3.0" }
3737

3838
[tool.pdm]
3939
distribution = true
40+
4041
[tool.pdm.scripts]
4142
simulate_data = "python scripts/s00_simulate_data.py"
4243
benchmark_ar = "python scripts/s01_benchmark_ar.py"
4344
benchmark_bin = "python scripts/s01_benchmark_bin.py"
4445
plot_test = "python tests/plot_results.py"
46+
format = "black ."
4547

4648
[tool.pdm.dev-dependencies]
4749
dev = ["line-profiler[all]>=4.1.3", "jupyter>=1.1.1", "snakeviz>=2.2.0"]

0 commit comments

Comments
 (0)