Thanks to visit codestin.com Credit goes to github.com
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 643abb1 commit 9b90a40Copy full SHA for 9b90a40
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