diff options
author | 2019-10-05 17:47:26 +0200 | |
---|---|---|
committer | 2019-10-05 17:47:26 +0200 | |
commit | 7dee86fe63b7e9d80ee3694724b5a0f04e4c4860 (patch) | |
tree | 267e8381c7c255de2fbc7716d511e3fd66044bfe | |
parent | Make the homepage paragraphier. (diff) | |
parent | Merge branch 'master' into tizzysaurus_landing_page_text (diff) |
Merge branch 'tizzysaurus_landing_page_text' of github.com:python-discord/site 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 |