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 70ff48f commit 412ebb4Copy full SHA for 412ebb4
tox.ini
@@ -45,6 +45,6 @@ max-line-length=100
45
exclude=.tox/*,dev/*,build/*,dist/*
46
47
[mypy]
48
-files=paimon_python_api/*.py
+files=pypaimon/api/*.py
49
ignore_missing_imports = True
50
strict_optional=False
0 commit comments