[VARIABLES]
dummy-variables-rgx=_|dummy

[MESSAGES CONTROL]
disable=
  logging-format-interpolation,
  # Let black handle formatting
  bad-continuation,
  # Will be dropped with python2 support
  consider-using-dict-comprehension,
