diff --git a/setup.cfg b/setup.cfg index ccf8190..ffe815e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -69,13 +69,13 @@ warn_redundant_casts = True warn_unused_configs = True warn_unreachable = True warn_return_any = True -exclude = venv|autodonate/migrations +exclude = venv|autodonate/migrations|.github [flake8] select = D docstring-convention = google -exclude = venv,autodonate/migrations +exclude = venv,autodonate/migrations,.github [doc8]