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 13bb6d2 commit b19b4caCopy full SHA for b19b4ca
.vscode/settings.json
@@ -53,6 +53,6 @@
53
// "-c", "pytest-consume.ini", "--input=fixtures/", "src/pytest_plugins/consume/direct/test_via_direct.py", "--evm-bin=~/bin/evm"
54
],
55
"ruff.enable": true,
56
- "ruff.lint.args": ["--line-length", "99", "--fix"],
+ "ruff.lineLength": 99,
57
"extensions.ignoreRecommendations": false,
58
}
0 commit comments