diff options
author | 2019-10-05 09:22:45 +0200 | |
---|---|---|
committer | 2019-10-05 09:22:45 +0200 | |
commit | 4c18a630ddda12c2cb2c86061b78b9436b5eb309 (patch) | |
tree | bd29fa1cf3af4ef660ff19c44c6a399fe99f1742 | |
parent | Address code review from Scragly and Mark. (diff) | |
parent | Merge pull request #275 from python-discord/flake8-exclude-fix (diff) |
Merge branch 'master' into tizzysaurus_landing_page_text
-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 |