File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 name : ruff format
4242 entry : uv run ruff format
4343 language : system
44- types : [python]
44+ types_or : [python, markdown ]
4545 args : [--check]
4646
4747 # mypy - Type checking
Original file line number Diff line number Diff line change 2222 "source.fixAll.ruff" : " explicit"
2323 }
2424 },
25+ "[markdown]" : {
26+ "editor.defaultFormatter" : " charliermarsh.ruff" ,
27+ "editor.formatOnSave" : true
28+ },
2529 "python.defaultInterpreterPath" : " ${workspaceFolder}/.venv/bin/python" ,
2630
2731 "sops-edit.onlyUseButtons" : false ,
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ Configuration is defined by `middleware.sql_to_arc.config.Config` and can be pro
3939
4040``` python
4141config = Config.from_data({
42- " connection_string" : " postgresql+asyncpg://user:pass@localhost:5432/edaphobase" ,
43- " rdi" : " edaphobase" ,
44- " api_client" : {
45- " api_url" : " http://localhost:8000" ,
46- " client_cert_path" : " /path/to/cert.pem" ,
47- " client_key_path" : " /path/to/key.pem" ,
48- " verify_ssl" : " false" ,
49- },
42+ " connection_string" : " postgresql+asyncpg://user:pass@localhost:5432/edaphobase" ,
43+ " rdi" : " edaphobase" ,
44+ " api_client" : {
45+ " api_url" : " http://localhost:8000" ,
46+ " client_cert_path" : " /path/to/cert.pem" ,
47+ " client_key_path" : " /path/to/key.pem" ,
48+ " verify_ssl" : " false" ,
49+ },
5050})
5151```
5252
You can’t perform that action at this time.
0 commit comments