Skip to content

Commit 115eead

Browse files
committed
adjust flake8 rules
1 parent 1cf447c commit 115eead

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kv_recursive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def main():
134134
parser.add_argument('--destination-mount', '-dm', default='kv-v2')
135135
args = parser.parse_args()
136136
logging.debug("Script started with arguments: %s", args)
137-
137+
138138
if not args.destination_path:
139139
args.destination_path = args.source_path
140140
if not args.destination_url:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# E128: Line continuation not lined up
55
# E402: Imports can be spaced out
66
# W503: Making if's readable
7-
ignore = E121,E128,E402,W503,E12,C901
7+
ignore = E121,E128,E402,W503,E12,C901,E302,E305,E501
88

99
# This project follows the datanav convention for line length.
1010
max-complexity = 10

0 commit comments

Comments
 (0)