ci: added pylint (triggered upon error w/ score < 8 only)

This commit is contained in:
2021-09-08 22:01:49 +02:00
parent a1a26d8209
commit 6c1f8da692
3 changed files with 60 additions and 1 deletions

View File

@@ -16,5 +16,8 @@
# with this program. If not, see <https://www.gnu.org/licenses/>.
# ran on `import morss`
# pylint: disable=unused-import,unused-variable
from .morss import *
from .wsgi import application