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 214d8fd commit 779e6d0Copy full SHA for 779e6d0
pyproject.toml
@@ -83,10 +83,13 @@ format = { chain = [
83
"lint" = { chain = [
84
"check:ruff",
85
"typecheck",
86
+ "check:importable",
87
]}
88
"check:ruff" = "ruff check ."
89
"fix:ruff" = "ruff check --fix ."
90
91
+"check:importable" = "python -c 'import openai'"
92
+
93
typecheck = { chain = [
94
"typecheck:pyright",
95
"typecheck:mypy"
0 commit comments