diff --git a/setup.cfg b/setup.cfg index ffad2a5..9042591 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,3 +1,6 @@ [flake8] extend-ignore = E203, F821 +exclude = + modules/* + manifest.py max-line-length = 88 \ No newline at end of file