From 6bba5b962c981693e08f1af1273b23582c52e68f Mon Sep 17 00:00:00 2001 From: Quentin Ferrand Date: Tue, 19 Apr 2022 11:24:41 +0200 Subject: [PATCH] - --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index db79558..ae1c79a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,5 +10,5 @@ steps: - pip install -q --upgrade pip black flake8 mypy pylint pytest - flake8 --ignore=E501,W503,E265 - mypy --ignore-missing-imports ./tenkan/ - - pylint --disable=E1101,E0401,C0301 --ignore=tenkan/__init__.py ./tenkan/ + - pylint --disable=E1101,E0401,C0301,W1514 --ignore=tenkan/__init__.py ./tenkan/ - pytest ./tests/