You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
497 B

12 months ago
11 months ago
9 months ago
9 months ago
8 months ago
12 months ago
  1. {
  2. // "python.envFile": "/auto/work/cetin/LHCb/reco_tuner/env/tuner_env/envs/",
  3. "python.analysis.completeFunctionParens": true,
  4. "python.analysis.enablePytestExtra": false,
  5. "python.analysis.extraCommitChars": true,
  6. "notebook.formatOnCellExecution": true,
  7. "notebook.formatOnSave.enabled": true,
  8. "editor.defaultFormatter": "ms-python.black-formatter",
  9. "editor.formatOnSave": true,
  10. "python.formatting.provider": "none",
  11. "python.analysis.extraPaths": [
  12. "/work/cetin/Projektpraktikum/**"
  13. ]
  14. }