From 414aa5d3455d9a7416cb3917dbce4e9b669b663f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Thu, 11 Feb 2021 15:32:14 +0100 Subject: [PATCH] Delete unused autopep8 config (#5904) --- pyproject.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 331e247839..e8a3213f2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,6 @@ requires = [ "wheel", ] -[tool.autopep8] -max_line_length = 120 -ignore = ["W503", "W504", "E402", "E731", "C40", "E741", "F40", "F841"] - [tool.isort] known_first_party = [ "benchmarks",