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 b37547a commit a75ff0bCopy full SHA for a75ff0b
1 file changed
pyproject.toml
@@ -40,6 +40,7 @@ pythonpath = [
40
testpaths = ["tests"]
41
42
[tool.ruff]
43
+extend = "https://raw.githubusercontent.com/QuantStrategyLab/QuantPlatformKit/main/ruff-shared.toml"
44
ignore = ["E701", "E702", "E741", "F841", "F821", "B008", "F401", "F601", "E402", "E401"]
45
target-version = "py311"
46
line-length = 100
0 commit comments