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
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ select = [
"UP", # pyupgrade
"C4", # flake8-comprehensions
"SIM201", "SIM202", "SIM222", "SIM223", # flake8-simplify
"FURB168", # Prefer is operator over isinstance for None checks
"FURB169", # Do not use is comparison with type(None). Use None
"FURB188", # use str.remove(pre|suf)fix
"ISC001", # implicitly concatenated string
"RET501", "RET502", # better return None handling
Expand Down