Skip to content

Commit 95e61a0

Browse files
author
bryanhuntesl
authored
disable spurious flake8 python style warnings
1 parent a190e87 commit 95e61a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -o errexit
33

4-
flake8 --exclude=riak/pb riak *.py
4+
flake8 --ignore E722,E741 --exclude=riak/pb riak *.py
55

66
sudo riak-admin security disable
77

0 commit comments

Comments
 (0)