Skip to content

Commit a44e4bb

Browse files
committed
Add flake8 "ignore=W503" for "sbase mkdir DIR" folders
1 parent 9e24959 commit a44e4bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seleniumbase/console_scripts/sb_mkdir.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def main():
159159
data = []
160160
data.append("[flake8]")
161161
data.append("exclude=recordings,temp")
162+
data.append("ignore=W503")
162163
data.append("")
163164
data.append("[nosetests]")
164165
data.append("nocapture=1")

0 commit comments

Comments
 (0)