Skip to content

Commit

Permalink
Merge pull request #275 from python-discord/flake8-exclude-fix
Browse files Browse the repository at this point in the history
Fix migrations exclude in flake8
  • Loading branch information
SebastiaanZ committed Oct 4, 2019
2 parents 3146f9b + d79e533 commit 074aa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .flake8
Expand Up @@ -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
Expand Down

0 comments on commit 074aa91

Please sign in to comment.