diff options
author | 2019-10-04 16:50:00 +0100 | |
---|---|---|
committer | 2019-10-04 16:50:00 +0100 | |
commit | bd11c702bfab03019b679c9a46e6b5a79534a6e0 (patch) | |
tree | 04a0b03e39a66e849670a7da477c4d238649a46d | |
parent | Hook up Allauth and model signals to handle group assignments (diff) | |
parent | Merge pull request #275 from python-discord/flake8-exclude-fix (diff) |
Merge branch 'master' into #201-django-allauth
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ max-line-length=100 docstring-convention=all import-order-style=pycharm application_import_names=pydis_site -exclude=__pycache__, venv, .venv, **/migrations +exclude=__pycache__, venv, .venv, **/migrations/** ignore= B311,W503,E226,S311,T000 # Missing Docstrings |