Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Enable pylint too-many-branches test
Browse files Browse the repository at this point in the history
It seems like we've already fixed this, presumably in
eb9c418.

Partially addresses #16
  • Loading branch information
garrison committed May 27, 2022
1 parent 7084a23 commit d7d732c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d7d732c

Please sign in to comment.