Skip to content

Commit 8df7268

Browse files
authored
Update lints.yml
1 parent 97154b9 commit 8df7268

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/lints.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
python -m pip install bandit flake8 pylint
24-
python -m pip instal -r requirements.min.txt
2524
continue-on-error: true
2625
- name: Bandit syntax check
2726
run: bandit ./bot.py cogs/*.py core/*.py -b .bandit_baseline.json
2827
- name: Lint with pylint and flake8
2928
run: |
30-
pylint ./bot.py cogs/*.py core/*.py --exit-zero -r y
31-
flake8 ./bot.py cogs/*.py core/*.py --ignore=E501,E203,W503 --exit-zero
29+
pylint ./bot.py cogs/*.py core/*.py --disable=import-error --exit-zero -r y
30+
flake8 ./bot.py cogs/*.py core/*.py --ignore=E501,E203,W503

0 commit comments

Comments
 (0)