diff --git a/setup.cfg b/setup.cfg index 8d79b7e..b284ad0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,7 @@ [flake8] # E203: whitespaces before ':' # E231: missing whitespace after ',' # W503: line break before binary operator ignore = E203,E231,W503 max-line-length = 88 +exclude = swh/loader/cvs/rcsparse, swh/loader/cvs/cvs2gitdump