Add a .flake8 file for benchmarking

This commit is contained in:
Charlie Marsh 2022-10-14 17:05:24 -04:00
parent 3e8ef5b40f
commit e73f13473d

19
scripts/.flake8 Normal file
View file

@ -0,0 +1,19 @@
[flake8]
exclude =
# Defaults
.svn,
CVS,
.bzr,
.hg,
.git,
__pycache__,
.tox,
.idea,
.mypy_cache,
.venv,
node_modules,
# Custom
_state_machine.py,
test_fstring.py,
bad_coding2.py,
badsyntax_*.py