diff --git a/.vscode/setting.json b/.vscode/setting.json new file mode 100644 index 0000000..0bff96c --- /dev/null +++ b/.vscode/setting.json @@ -0,0 +1,4 @@ +{ + "flake8.args": ["--max-line-length=140"], + "python.linting.flake8Args": ["--config","flake8.cfg"] +} \ No newline at end of file