We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.