Changeset - b9f9d108a538
[Not reviewed]
0 1 1
Branko Majic (branko) - 6 years ago 2018-02-26 11:11:18
branko@majic.rs
GC-2: Added flake8 configuration file:

- Updated package manifest file to include the flake8 configuration
file in generated source distribution.
- Set the maximum line length limit to 160 characters.
2 files changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
.flake8
Show inline comments
 
new file 100644
 
[flake8]
 
max-line-length = 160
 
\ No newline at end of file
MANIFEST.in
Show inline comments
 
@@ -8,3 +8,4 @@ recursive-include docs *.rst
 
include pytest.ini
 
include tox.ini
 
include .coveragerc
 
include .flake8
 
\ No newline at end of file
0 comments (0 inline, 0 general)