File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Changelog
16
16
- Optimizations and simplification of async support, taking advantadge of Python3.4 deprecation.
17
17
- Fix issue #785 : Empty query params are not ignored on 2.5.0
18
18
- Added support for modifying falcon API directly on startup
19
+ - Initial ` black ` formatting of code base, in preperation for CI enforced code formatting
19
20
20
21
### 2.5.0 - May 4, 2019
21
22
- Updated to latest Falcon: 2.0.0
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