Skip to content

Commit 7503657

Browse files
Merge branch 'develop' of https://github.com/hugapi/hug into feature/fix-issue-785
2 parents fb7033b + 99bcbad commit 7503657

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Changelog
1616
- Optimizations and simplification of async support, taking advantadge of Python3.4 deprecation.
1717
- Fix issue #785: Empty query params are not ignored on 2.5.0
1818
- Added support for modifying falcon API directly on startup
19+
- Initial `black` formatting of code base, in preperation for CI enforced code formatting
1920

2021
### 2.5.0 - May 4, 2019
2122
- Updated to latest Falcon: 2.0.0

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)