diff --git a/.gitignore b/.gitignore index 7bbc71c..a6ed256 100644 --- a/.gitignore +++ b/.gitignore @@ -99,3 +99,6 @@ ENV/ # mypy .mypy_cache/ + +#VSCode Settings Folder +.vscode \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 6dd8674..2ed95fd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,3 +49,7 @@ addopts = [wheel] universal = 1 + +[pycodestyle] +ignore = W291, E501, E261, W191, W293 +max-line-length = 120 \ No newline at end of file