more pylint changes

This commit is contained in:
SeaswimmerTheFsh 2023-06-19 17:13:16 -04:00
parent 83637385fe
commit fd55b375b4
2 changed files with 1 additions and 3 deletions

View file

@ -22,6 +22,4 @@ jobs:
pip install python-dotenv
- name: Analysing the code with pylint
run: |
pylint OPTIONS --generate-rcfile > .pylintrc
pylint OPTIONS --disable=C0114
pylint $(git ls-files '*.py')

View file

@ -1,4 +1,4 @@
# Imports
# pylint: disable=missing-module-docstring
import asyncio
import os
from dotenv import load_dotenv