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 62a26f1 commit b46b73aCopy full SHA for b46b73a
.gitignore
@@ -14,6 +14,7 @@ __pycache__/
14
/.cache
15
/.pytest_cache
16
/.mypy_cache
17
+/.vscode
18
19
/doc/_apidoc/
20
/build
CONTRIBUTING.md
@@ -53,9 +53,9 @@ These `settings.json` settings are useful:
53
"source.organizeImports": "explicit"
54
},
55
"editor.defaultFormatter": "charliermarsh.ruff"
56
- }
+ },
57
+ "ruff.nativeServer": "on"
58
}
-"ruff.nativeServer": "on",
59
```
60
61
## Testing
0 commit comments