Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ disable = [
"too-many-statements",
"unnecessary-lambda", # We pass lambdas around a lot, so this is not useful
"unnecessary-pass", # Allow empty classes/methods with only a `pass` statement in the body
"unused-argument", # Allow unused arguments in functions for rapid prototyping (delete after initial AIQToolkit prototype)
"use-symbolic-message-instead",
"useless-suppression",
"wrong-import-order", # pylint mistakenly thinks that the test utils are third party, and we have isort for this
Expand Down