Skip to content

Commit 77d0bc9

Browse files
committed
configure flake8
1 parent ec7d53f commit 77d0bc9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.flake8

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[flake8]
2+
ignore = E203, W503
3+
max-line-length = 80

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- stage: "Static code analysis"
3434
name: "flake8 check"
3535
script:
36-
- pip install -qq flake8 docargs
36+
- pip install -qq flake8
3737
- flake8 src/
3838
python: "3.7"
3939
install: skip

0 commit comments

Comments
 (0)