awelzel / flake8-gl-codeclimate

Flake8 formatter producing Gitlab Code Quality artifacts.
MIT License
25 stars 12 forks source link

test: add missing --color argument #16

Closed mschoettle closed 2 years ago

mschoettle commented 2 years ago

Adds support for running the tests of this plugin with flake8 v5

mschoettle commented 2 years ago

@awelzel: Please review

mschoettle commented 2 years ago

I realized that this makes this flake8 v5 specific. With flake8 v3 and v4 it fails due to an unrecognized argument:

error: unrecognized arguments: --color

awelzel commented 1 year ago

I realized that this makes this flake8 v5 specific. With flake8 v3 and v4 it fails due to an unrecognized argument:

This has been fixed up in master. CI is now also running with multiple flake8 versions.