Skip to content

Commit 518b6a8

Browse files
committed
fix: remove broken URL extend, use local ruff config
1 parent a75ff0b commit 518b6a8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

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

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

0 commit comments

Comments
 (0)