File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "editor.defaultFormatter" : " charliermarsh.ruff" ,
3+ "python.testing.pytestArgs" : [" tests" ],
4+ "python.testing.unittestEnabled" : false ,
5+ "python.testing.pytestEnabled" : true ,
6+ "editor.rulers" : [88 ],
7+ "[python]" : {
8+ "editor.formatOnSave" : true ,
9+ "editor.codeActionsOnSave" : {
10+ "source.fixAll" : " explicit" ,
11+ "source.organizeImports" : " explicit"
12+ },
13+ "editor.defaultFormatter" : " charliermarsh.ruff"
14+ }
15+ }
Original file line number Diff line number Diff line change 1- line-length = 120
1+ line-length = 88
22
33[format ]
44docstring-code-format = true
@@ -7,6 +7,8 @@ quote-style = "double"
77indent-style = " space"
88
99[lint ]
10+ select = [" ALL" ]
11+ ignore = [" TRY003" , " COM812" , " N818" ]
1012
1113[lint .per-file-ignores ]
1214"**/scripts/*" = [
You can’t perform that action at this time.
0 commit comments