From 12f899851f741cc1d3a9e4d6cd46188844ba605c Mon Sep 17 00:00:00 2001 From: Mayo Faulkner Date: Tue, 3 Dec 2024 10:58:58 +0000 Subject: [PATCH] add flake8 guide --- .flake8 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..ffc7531 --- /dev/null +++ b/.flake8 @@ -0,0 +1,14 @@ +[flake8] +max-line-length = 130 +ignore = W504, W503, E266, D, BLK +exclude = + .git, + __pycache__, + __init__.py, + scratch_*.py, + tutorial_script.py, + venv, + test_imports.py, + build, + dist, + brainbox/examples/