Skip to content

flake8_atlas: Add --extend-extensions command line arg

Add the --extend-extensions command line argument to append a list of extensions to the default list that is specified via --enable-extensions. This allows developers to enable additional extensions in their packages without disabling our default checkers.

Merge request reports