From d7d732cd7dd53854bb0c48594f53c3157cfb696c Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Thu, 26 May 2022 21:56:38 -0400 Subject: [PATCH] Enable pylint `too-many-branches` test It seems like we've already fixed this, presumably in eb9c4185e8bae0de2e7e47af2c3a36109eb22a6f. Partially addresses #16 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0c255b2..e16d9f8 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ commands = envdir = .tox/lint commands = black --check . - pylint -rn --py-version=3.6 --disable=fixme,invalid-name,missing-function-docstring,protected-access,too-many-branches,duplicate-code qrao tests + pylint -rn --py-version=3.6 --disable=fixme,invalid-name,missing-function-docstring,protected-access,duplicate-code qrao tests nbqa pylint -rn --py-version=3.6 --disable=missing-module-docstring,wrong-import-order,wrong-import-position,line-too-long,invalid-name,missing-function-docstring,pointless-statement,duplicate-code docs/ tests/ mypy qrao tests