Skip to content

Commit

Permalink
Remove unnecessary disable from pylintrc (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Oct 24, 2021
1 parent 0b084c9 commit 38849d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ disable=fixme,
too-many-public-methods,
too-many-boolean-expressions,
too-many-branches,
too-many-lines, # https://github.com/PyCQA/astroid/issues/465
too-many-statements,
# We know about it and we're doing our best to remove it in 2.0 (oups)
cyclic-import,
Expand Down

0 comments on commit 38849d8

Please sign in to comment.