We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67e500 commit 124cd19Copy full SHA for 124cd19
.gitignore
@@ -98,9 +98,6 @@ ENV/
98
# Rope project settings
99
.ropeproject
100
101
-# VSCode project settings
102
-.vscode
103
-
104
# mkdocs documentation
105
/site
106
.vscode/settings.json
@@ -0,0 +1,10 @@
1
+{
2
+ "[python]": {
3
+ "editor.formatOnSave": true,
4
+ "editor.codeActionsOnSave": {
5
+ "source.fixAll": "explicit",
6
+ "source.organizeImports": "explicit"
7
+ },
8
+ "editor.defaultFormatter": "charliermarsh.ruff"
9
+ }
10
+}
0 commit comments