aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.flake8 (renamed from setup.cfg)0
-rw-r--r--.vscode/settings.json8
2 files changed, 1 insertions, 7 deletions
diff --git a/setup.cfg b/.flake8
index 8a5c9d69a..8a5c9d69a 100644
--- a/setup.cfg
+++ b/.flake8
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"
]
}