-
make all code pep8 inorder for travis integration with flake8.
-
Any way you guys will consider pep8ing the code? The whole codebase would benefit from use of pep8 linter. Just to mention a few:
- CamelCase methods (in contrast of not_camel_case_once) are very n…
-
Somewhat related to #1609 and #1254 but only for the Python files:
For python there exists pep8, a comprehensive style guide:
https://www.python.org/dev/peps/pep-0008/
and a couple of tools to chec…
-
* `nP` --> `size`?
* W --> weights?
* mapPair? do we need it? Can we just duck type?
* `deriv`/2 --> gradient? hessian? Not sure on this
-
It's hard to contribute when the code doesn't follow PEP8 rules.
-
прочитать pep8, привести в соответствие,
назвать гобальные переменные правильно
-
1. _Install autopep8_
pip install autopep8
2. *Add this to your .emacs
``` elisp
(setq autopep8-comand "~/env/bin/autopep8")
(defun my-pep8 ()
(interactive)
;; run autopep8 o…
-
gholt updated
8 years ago
-
Same as https://github.com/oleiade/Elevator/issues/162.
k4nar updated
10 years ago
-
### Is your feature request related to a problem? Please describe.
it's hard to review this code because it doesn't use standardized formatting
### Describe the solution you'd like
I'd like to stan…