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/