In our file organizations/test_tasks.py, we have over 1000 lines of tests, which Pylint objects to. The organization tasks file is 600 lines—below our lint limit, but sufficiently complex.
This is a good sign we should refactor our organizations tasks into standalone files, with matching tests.