Skip to content

Commit 5562a31

Browse files
committed
use flake8 config file
1 parent 764d8c3 commit 5562a31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.flake8

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
# F401: module imported but unused
77
# F403: import *
88
# F811: redefinition of unused `name` from line `N`
9+
# F821:
910
# F841: local variable assigned but never used
1011
# E402: module level import not at top of file
1112
# I100: Import statements are in the wrong order

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ matrix:
2626
- name: "flake8"
2727
python: 3.6
2828
env:
29-
- TEST_CMD="flake8 bookstore --count --ignore=E203,E731,F811,W503 --max-complexity=23 --max-line-length=104 --show-source --statistics"
29+
- TEST_CMD="flake8 bookstore"
3030
- name: "py36"
3131
python: 3.6
3232
env:

0 commit comments

Comments
 (0)