From a69c9d25496267874c70093cef2e0c83f37f810c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Poulain?= Date: Sat, 1 Aug 2020 11:36:57 +0200 Subject: [PATCH] feat(lint): configuration des linters --- pyproject.toml | 2 ++ setup.cfg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e5a8d2e..a3655f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,4 +12,6 @@ exclude = ''' | assets )/ | urls(|_.+|/.+).py +| drupal2spip_lal/drupal/models\.py +| drupal2spip_lal/base/management/commands/inspectdb\.py ''' diff --git a/setup.cfg b/setup.cfg index e127498..0a8bdcf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,6 +31,8 @@ exclude = build, dist, docs, + drupal2spip_lal/drupal/models.py, + drupal2spip_lal/base/management/commands/inspectdb.py, node_modules max-line-length = 80