From 0088da3781742674729aa54eb423f35e4a3826ae Mon Sep 17 00:00:00 2001 From: David Sanders Date: Mon, 4 Jun 2018 18:40:58 -0600 Subject: [PATCH] Fix possibly incorrect isort config --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 74ea1d4e..6ae707b1 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ envlist= combine_as_imports=True force_sort_within_sections=True include_trailing_comma=True -known_standard_library=pytest +known_third_party=hypothesis,pytest known_first_party= line_length=21 multi_line_output=3