From 2a34d5b71baf236bda52f2885a10d1ac49d3f9b8 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 22 Dec 2019 11:07:31 +0100 Subject: [PATCH] Stabilize import order for packaging. I don't want to consider it a dependency of transformers, but it's usually there in local development and usually not there in CI. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 1af9e2c3f93..b3f95d39d36 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,6 +3,7 @@ ensure_newline_before_comments = True force_grid_wrap = 0 include_trailing_comma = True known_first_party = transformers +known_third_party = packaging line_length = 119 lines_after_imports = 2 multi_line_output = 3