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