From e6153c0376e503c472d9e28e09dd69100dc9143f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 21 Feb 2017 17:19:06 +0530 Subject: [PATCH] Use isort with rapydscript files as well --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 0f06e9c98b..6c8be3f399 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,3 +15,5 @@ blank_line_before_nested_class_or_def = True combine_as_imports = True line_length = 85 multi_line_output = 5 +known_future_library = __python__ +known_standard_library = aes,elementmaker,encodings