From 3856ddd451686909a9bfbc92eb0a5bcb62c93bb7 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Wed, 4 May 2022 10:40:17 -0500 Subject: [PATCH] Add .flake8 config file --- .flake8 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..810d6db --- /dev/null +++ b/.flake8 @@ -0,0 +1,9 @@ +[flake8] +count = True +max-line-length = 79 +show-source = True +statistics = True +exclude = + .git, + __pycache__, + venv -- GitLab