Skip to content

Commit

Permalink
Improve flake8 configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed Nov 20, 2017
1 parent 75b3b1f commit e880083
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .flake8
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[flake8]
exclude = .git,.venv,__pycache__,build,dist
max-complexity = 10
max-line-length = 100
show-source = true
max-complexity = 10
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
pip install -e .[test]

lint:
flake8 zxinglight/ tests/ docs/ setup.py
flake8

test:
nosetests tests/

0 comments on commit e880083

Please sign in to comment.