You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My flake8 linter stops showing errors in neovim if i include a bare args = {} key value pair in my config. (But works in command mode "!flake8 my_script.py")
My flake8 linter stops showing errors in neovim if i include a bare args = {} key value pair in my config. (But works in command mode "!flake8 my_script.py")
Works fine if i commented out args = {}
My end goal is to point it to a custom config location.
It would work normally if i simply execute
The text was updated successfully, but these errors were encountered: