From 0af8316b79fad8a2240417e46d3608998616e1e9 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 1 Mar 2021 09:50:49 +0100 Subject: [PATCH] update --- .gitlab-ci.yml | 2 +- pylama.ini | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a1d417..0f33f75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:alpine +image: python test:pylama: stage: test diff --git a/pylama.ini b/pylama.ini index 8c60e4d..9e0c88e 100644 --- a/pylama.ini +++ b/pylama.ini @@ -1,14 +1,11 @@ [pylama] format = pylint -linters = mccabe,pep257,pydocstyle,pep8,pycodestyle,pyflakes,pylint,isort -ignore = D203,C0103 +linters = eradicate,isort,mccabe,mypy,pycodestyle,pydocstyle,pyflakes,pylint +ignore = D203 skip=.env/* [pylama:pycodestyle] max_line_length = 120 -[pylama:pep8] -max_line_length = 120 - [pylama:pylint] max_line_length = 120