diff --git a/setup.cfg b/setup.cfg index 557f47a..e8239ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [flake8] -exclude = .git,__pycache__,vendor,.venv,build +exclude = .git,__pycache__,vendor,.venv,build,dist,.compiled # match black expectations max_line_length = 88