From 8b02ce8394d5a131e921bb28faaa40fc8321a43c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 12 Dec 2017 19:39:35 -0500 Subject: [PATCH] Skip safe_lxml/etree.py in future isorts --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 88fa807e8b..0c96005f23 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,4 +41,7 @@ exclude=migrations,.git,.pycharm_helpers,.tox,test_root/staticfiles,node_modules indent=' ' line_length=120 multi_line_output=3 -skip=envs,migrations +skip= + envs + migrations + common/lib/safe_lxml/safe_lxml/etree.py