Skip to content

Commit 85e8257

Browse files
authored
whoops
1 parent 7fecadc commit 85e8257

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/lints.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ jobs:
2727
- name: Pylint
2828
run: pylint ./bot.py cogs/*.py core/*.py --disable=import-error --exit-zero -r y
2929
- name: Flake8 and black lint
30+
run: |
3031
flake8 ./bot.py cogs/*.py core/*.py --ignore=E501,E203,W503
3132
black . --check

0 commit comments

Comments
 (0)