nvimdev / guard-collection

collection the tools config for guard
MIT License
33 stars 10 forks source link

feat: add autopep8 for python format #4

Closed gepbird closed 1 year ago

gepbird commented 1 year ago

Test passed with my guard.nvim fork with autopep8 in it: ok 1 - autopep8 can format

xiaoshihou514 commented 1 year ago

Thanks for the pr! Currently the tests use config from guard itself which doesn't have this tool, hence the test failure. If you can confirm that the test works locally then it should be fine :)