updated pylint to not use revolt.js 💀
This commit is contained in:
parent
571156a53d
commit
44cc8c7809
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pylint.yml
vendored
2
.github/workflows/pylint.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install pylint
|
pip install pylint
|
||||||
pip install revolt.js
|
pip install revolt.py
|
||||||
pip install dotenv
|
pip install dotenv
|
||||||
- name: Analysing the code with pylint
|
- name: Analysing the code with pylint
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue