diff options
author | 2019-03-24 17:23:14 -0600 | |
---|---|---|
committer | 2019-03-24 17:23:14 -0600 | |
commit | 4b3e724d34ffc85a7d62bbc93084cee2859dc3a5 (patch) | |
tree | 13eff72ac60b860f12c2083fccdce19c385c0251 /.flake8 | |
parent | Add D400 to ignored flake8 rules (diff) | |
parent | Merge pull request #11 from python-discord/add-flake8-extensions (diff) |
Merge branch 'master' into flake8-updates
# Conflicts:
# .flake8
# Pipfile
# Pipfile.lock
Diffstat (limited to '.flake8')
-rw-r--r-- | .flake8 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [flake8] max-line-length=100 -application_import_names=snekbox +application_import_names=snekbox,config,logs ignore= P102,B311,W503,E226,S311, # Missing Docstrings |