We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fecadc commit 85e8257Copy full SHA for 85e8257
.github/workflows/lints.yml
@@ -27,5 +27,6 @@ jobs:
27
- name: Pylint
28
run: pylint ./bot.py cogs/*.py core/*.py --disable=import-error --exit-zero -r y
29
- name: Flake8 and black lint
30
+ run: |
31
flake8 ./bot.py cogs/*.py core/*.py --ignore=E501,E203,W503
32
black . --check
0 commit comments