Skip to content
Snippets Groups Projects

Resolve "add ruff as default code formatter and linter"

Merged Ubbo Veentjer requested to merge 97-add-ruff-as-default-code-formatter-and-linter into main
Files
35
+ 0
3
{
"python.formatting.provider": "autopep8",
"python.defaultInterpreterPath": "venv/bin/python",
"pylint.enabled": true,
"pylint.path": ["venv/bin/pylint"],
"ruff.enable": true,
"python.testing.pytestArgs": [
"tests",
Loading