[lint] select = ["E", "F", "I"] ignore = [ "E501", # line too long (handled by formatter) ] [lint.per-file-ignores] "tests/*" = ["E402", "F841"] # allow import not at top of file, unused vars (mocks) in tests