jamescooke/flake8-aaa

Extend command line mode to support --aaa-act-block-style=large

jamescooke opened this issue · 1 comments

Current behaviour

As per work to solve #200 , this uses --aaa-act-block-style=large command line option. However, command line mode has no command line option parser and so passing this has no effect.

This means that tests formatted with latest Black won't pass AAA when called from command line mode, and it's not possible to set the required "large" Act block style option to fix the issue.

Expected behaviour

Extend command line mode so that it can handle this option.

Closed because of #225 - command line mode is no longer supported.