From 9b355d5b56e0aa7c3ec4f99282fdfc12995c0d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Mon, 7 Oct 2019 18:32:51 +0200 Subject: [PATCH] linter config: add events to known_first_party --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 46792cd0..350ceb20 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,7 +35,7 @@ default_section = THIRDPARTY force_grid_wrap = 0 include_trailing_comma = true known_django = django -known_first_party = bda,cof,gestioncof,kfet,petitscours,shared,utils +known_first_party = bda,cof,events,gestioncof,kfet,petitscours,shared,utils line_length = 88 multi_line_output = 3 not_skip = __init__.py