From 3f429f573b15a1f76af2f0cadf094caa2cadde54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Poulain?= Date: Sat, 1 Aug 2020 14:37:57 +0200 Subject: [PATCH] feat(lint): configuration des linters --- pyproject.toml | 1 + setup.cfg | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a3655f8..0fa86c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,5 +13,6 @@ exclude = ''' )/ | urls(|_.+|/.+).py | drupal2spip_lal/drupal/models\.py +| drupal2spip_lal/spip/models\.py | drupal2spip_lal/base/management/commands/inspectdb\.py ''' diff --git a/setup.cfg b/setup.cfg index 0a8bdcf..f3b9c8e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,6 +32,7 @@ exclude = dist, docs, drupal2spip_lal/drupal/models.py, + drupal2spip_lal/spip/models.py, drupal2spip_lal/base/management/commands/inspectdb.py, node_modules max-line-length = 80