From 44cc8c7809c5783466e70b5881b7e00eba7d9e5d Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh <102361830+SeaswimmerTheFsh@users.noreply.github.com> Date: Mon, 19 Jun 2023 17:01:29 -0400 Subject: [PATCH] =?UTF-8?q?updated=20pylint=20to=20not=20use=20revolt.js?= =?UTF-8?q?=20=F0=9F=92=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pylint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 9314525..4157997 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -18,7 +18,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pylint - pip install revolt.js + pip install revolt.py pip install dotenv - name: Analysing the code with pylint run: |