Skip to content

Commit a75ff0b

Browse files
committed
chore: extend shared ruff-shared.toml from QPK
1 parent b37547a commit a75ff0b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ pythonpath = [
4040
testpaths = ["tests"]
4141

4242
[tool.ruff]
43+
extend = "https://raw.githubusercontent.com/QuantStrategyLab/QuantPlatformKit/main/ruff-shared.toml"
4344
ignore = ["E701", "E702", "E741", "F841", "F821", "B008", "F401", "F601", "E402", "E401"]
4445
target-version = "py311"
4546
line-length = 100

0 commit comments

Comments
 (0)