Add devshell with ruff and black

This commit is contained in:
2023-08-30 00:02:17 +02:00
parent ea1be3be7f
commit 88d855a951
2 changed files with 18 additions and 1 deletions

View File

@@ -25,4 +25,11 @@ dynamic = ["version"]
include = ["dibbler*"]
[project.scripts]
dibbler = "dibbler.main:main"
dibbler = "dibbler.main:main"
[tool.black]
line-length = 100
[tool.ruff]
line-length = 100