We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a4ca7 commit 74fad3aCopy full SHA for 74fad3a
pyproject.toml
@@ -42,6 +42,7 @@ select = ["E", "F", "W", "B", "Q", "I", "ASYNC"]
42
fmt = "ruff format"
43
lint = "ruff check"
44
check = ["fmt", "lint"]
45
+test = "pytest"
46
47
[tool.hatch.build.targets.wheel]
48
packages = ["packages/*"]
0 commit comments