summaryrefslogtreecommitdiff
path: root/python/testData/inspections/RedundantParenthesesBoolean.py
blob: c43341abea50f418cf8b82d39b313a06c69fd47a (plain)
1
2
3
4
5
settings = ('foreground',)
old_value = None

if ('foreground' in settings) and <weak_warning descr="Remove redundant parentheses"><caret>((old_value is None) or (old_value > 5))</weak_warning>:
  pass