Skip to content

Commit f220da7

Browse files
committed
fix pycodestyle(flake8 rules) findings
1 parent f22eca2 commit f220da7

File tree

50 files changed

+135
-164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+135
-164
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Test
2323
command: |
2424
. venv/bin/activate
25-
flake8 --exclude=venv* --statistics
25+
flake8 --max-line-length=125 --exclude=venv* --statistics
2626
nosetests tests/
2727
2828

0 commit comments

Comments
 (0)