Skip to content

Commit

Permalink
Test docker-compose in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastiaanZ committed Nov 14, 2020
1 parent 5ac1f0a commit 5081057
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/**, **/.cache/**
exclude=__pycache__, venv, .venv, **/migrations/**, .cache/**
ignore=
B311,W503,E226,S311,T000
# Missing Docstrings
Expand Down

0 comments on commit 5081057

Please sign in to comment.