Skip to content

Commit 69593f4

Browse files
Update contributing guide, and coding standard
1 parent bd8eb7c commit 69593f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CODING_STANDARD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Coding Standard
22
=========
33
Any submission to this project should closely follow the [PEP 8](https://www.python.org/dev/peps/pep-0008/) coding guidelines with the exceptions:
44

5-
1. Lines can be up to 120 characters long.
5+
1. Lines can be up to 100 characters long.
66
2. Single letter or otherwise nondescript variable names are prohibited.
77

88
Standards for new hug modules

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Account Requirements:
1818

1919
Base System Requirements:
2020

21-
- Python3.3+
21+
- Python3.5+
2222
- Python3-venv (included with most Python3 installations but some Ubuntu systems require that it be installed separately)
2323
- bash or a bash compatible shell (should be auto-installed on Linux / Mac)
2424
- [autoenv](https://github.com/kennethreitz/autoenv) (optional)

0 commit comments

Comments
 (0)