aboutsummaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorPherkel2023-08-20 13:15:11 +0200
committerPherkel2023-08-20 13:15:11 +0200
commit2fd748fd6339573f1ce5b961a563197a3eacf284 (patch)
tree54c0e8662529eb8cb7475c27201191bb6fd49e22 /.vscode/settings.json
parent0a629be04f7a27c531b671921e1a445de34895b4 (diff)
adjusted in train.py
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json8
1 files changed, 5 insertions, 3 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index bd8762b..0054bca 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -3,10 +3,12 @@
"editor.formatOnType": true,
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
- "editor.rulers": [80, 120],
+ "editor.rulers": [88, 120],
},
"black-formatter.importStrategy": "fromEnvironment",
"python.analysis.typeCheckingMode": "basic",
- "python.linting.pylintEnabled": true,
- "python.linting.enabled": true,
+ "ruff.organizeImports": true,
+ "ruff.importStrategy": "fromEnvironment",
+ "ruff.fixAll": true,
+ "ruff.run": "onType"
} \ No newline at end of file