From fc41f09d29ede06996ddf7125a3cfb43a5d54e91 Mon Sep 17 00:00:00 2001 From: Patrick Moessler Date: Sat, 18 Feb 2023 23:16:01 +0100 Subject: [PATCH] formatting/checks --- .flake8 | 2 ++ .vscode/settings.json | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .flake8 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