File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Coding Standard
2
2
=========
3
3
Any submission to this project should closely follow the [ PEP 8] ( https://www.python.org/dev/peps/pep-0008/ ) coding guidelines with the exceptions:
4
4
5
- 1 . Lines can be up to 120 characters long.
5
+ 1 . Lines can be up to 100 characters long.
6
6
2 . Single letter or otherwise nondescript variable names are prohibited.
7
7
8
8
Standards for new hug modules
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Account Requirements:
18
18
19
19
Base System Requirements:
20
20
21
- - Python3.3 +
21
+ - Python3.5 +
22
22
- Python3-venv (included with most Python3 installations but some Ubuntu systems require that it be installed separately)
23
23
- bash or a bash compatible shell (should be auto-installed on Linux / Mac)
24
24
- [ autoenv] ( https://github.com/kennethreitz/autoenv ) (optional)
You can’t perform that action at this time.
0 commit comments