Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed Apr 30, 2022
1 parent 6faa8cb commit faaf58e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Expand Up @@ -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]
Expand Down

0 comments on commit faaf58e

Please sign in to comment.