The following code produces a warning, even though it's totally valid syntax since 3.8: ``` if SENTRY_DSN := env.str('SENTRY_DSN', default=None): pass ``` Please update your plugin to the current pycodestyle version.