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 c97393c commit 8033a12Copy full SHA for 8033a12
pyproject.toml
@@ -76,10 +76,13 @@ format = { chain = [
76
"lint" = { chain = [
77
"check:ruff",
78
"typecheck",
79
+ "check:importable",
80
]}
81
"check:ruff" = "ruff check ."
82
"fix:ruff" = "ruff check --fix ."
83
84
+"check:importable" = "python -c 'import openlayer'"
85
+
86
typecheck = { chain = [
87
"typecheck:pyright",
88
"typecheck:mypy"
0 commit comments