nvie / vim-flake8

Flake8 plugin for Vim
BSD 2-Clause "Simplified" License
1.06k stars 99 forks source link

Add parameter for config in Flake8() function #64

Closed dusktreader closed 1 year ago

dusktreader commented 7 years ago

I would like to be able to explicitly declare which flake8 config to use with the Flake8() function. I can currently do this by setting the flake8_cmd with flake8's --config option before each call, but it is not convenient.