diff options
author | 2020-11-15 00:23:26 +0000 | |
---|---|---|
committer | 2020-11-15 00:23:26 +0000 | |
commit | 5b682c434bdbf2c23f30f7f8e79d1d9ee468f354 (patch) | |
tree | c77982136c6281a65b821f624692ff383b8dde73 /.flake8 | |
parent | Migrate to GH Actions & GH Container Registry (diff) |
Remove redundant wildcard
Diffstat (limited to '.flake8')
-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/**, .cache/** +exclude=__pycache__, venv, .venv, **/migrations/**, .cache/ ignore= B311,W503,E226,S311,T000 # Missing Docstrings |