From 48312ceb8d17749279ac2fffefdc198e0190c87f Mon Sep 17 00:00:00 2001 From: Chris Lenk Date: Tue, 7 Jul 2020 10:16:58 -0400 Subject: [PATCH] Fix typo --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4c067d79..96725362 100644 --- a/tox.ini +++ b/tox.ini @@ -22,7 +22,7 @@ deps = commands = flake8 -[style] +[pycodestyle] max-line-length=160 [flake8]