Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python style #85

Open
danpovey opened this issue Nov 15, 2016 · 1 comment
Open

python style #85

danpovey opened this issue Nov 15, 2016 · 1 comment

Comments

@danpovey
Copy link
Owner

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?

@wantee
Copy link
Contributor

wantee commented Nov 15, 2016

vim-flake8 seems to be the vim alternative.
I'm not sure about my time, maybe I can help with a portion of files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants