format and fix
This commit is contained in:
parent
9c76d0f159
commit
a6f36ca6f9
6 changed files with 11 additions and 6 deletions
|
|
@ -59,6 +59,9 @@ dependencies = [
|
|||
]
|
||||
[tool.hatch.envs.default.scripts]
|
||||
game = 'marvin-sw-text-adventure game run'
|
||||
lint = "ruff marvin_sw_text_adventure"
|
||||
fix = "ruff marvin_sw_text_adventure --fix"
|
||||
format = "black marvin_sw_text_adventure"
|
||||
|
||||
[[tool.hatch.envs.test.matrix]]
|
||||
python = ["37", "38", "39", "310", "311"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue