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
We should probably switch to a more standard python style for the scripts.
The tool 'flake8' seems pretty good as a style checker.
E.g. you can do
pip install --user flake8
[make sure ~/.local/bin is on your path]
flake8 foo.py
and its output can be parsed by emacs in compile mode, I think it has something similar for vim.
@keli78, perhaps you could work on this? It's quite a lot of editing. Or @wantee, do you have time?
The text was updated successfully, but these errors were encountered:
We should probably switch to a more standard python style for the scripts.
The tool 'flake8' seems pretty good as a style checker.
E.g. you can do
pip install --user flake8
[make sure ~/.local/bin is on your path]
flake8 foo.py
and its output can be parsed by emacs in compile mode, I think it has something similar for vim.
@keli78, perhaps you could work on this? It's quite a lot of editing. Or @wantee, do you have time?
The text was updated successfully, but these errors were encountered: