aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json8
1 files changed, 1 insertions, 7 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 969dd1de0..3d19a40b4 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -14,12 +14,6 @@
"python.testing.pytestEnabled": false,
"python.testing.unittestEnabled": true,
"flake8.args": [
- "--ignore=E115,E265,W503",
- "--max-line-length=100"
- ],
- "flake8.ignorePatterns": [
- "rc_*.py",
- "*_rc.py",
- "ui_*.py",
+ "--config=.flake8"
]
}