diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..c6d1bd4 --- /dev/null +++ b/.flake8 @@ -0,0 +1,2 @@ +[flake8] +max-line-length = 121 \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index de288e1..a094f2b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,5 @@ { - "python.formatting.provider": "black" + "python.formatting.provider": "black", + "python.linting.mypyEnabled": true, + "python.linting.flake8Enabled": true } \ No newline at end of file