diff --git a/setup.cfg b/setup.cfg index fc463b5..76c6b0c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [flake8] -exclude = .git,__pycache__,vendor +exclude = .git,__pycache__,vendor,.venv max_line_length = 99 [isort]