updated pylint to not use revolt.js 💀

This commit is contained in:
SeaswimmerTheFsh 2023-06-19 17:01:29 -04:00
parent 571156a53d
commit 44cc8c7809

View file

@ -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: |