Skip to content

Commit b19b4ca

Browse files
authored
fix(vscode/settings): warning about ruff legacy server (#1243)
1 parent 13bb6d2 commit b19b4ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
// "-c", "pytest-consume.ini", "--input=fixtures/", "src/pytest_plugins/consume/direct/test_via_direct.py", "--evm-bin=~/bin/evm"
5454
],
5555
"ruff.enable": true,
56-
"ruff.lint.args": ["--line-length", "99", "--fix"],
56+
"ruff.lineLength": 99,
5757
"extensions.ignoreRecommendations": false,
5858
}

0 commit comments

Comments
 (0)