Skip to content

Commit a4b5563

Browse files
committed
Ignore conflicted error
1 parent d8010f0 commit a4b5563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scripts/validate_docstrings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def validate_pep8(self):
193193
"flake8",
194194
"--format=%(row)d\t%(col)d\t%(code)s\t%(text)s",
195195
"--max-line-length=88",
196-
"--ignore=E203,E3,W503,W504,E402,E731,E128,E124",
196+
"--ignore=E203,E3,W503,W504,E402,E731,E128,E124,E704",
197197
file.name,
198198
]
199199
response = subprocess.run(cmd, capture_output=True, check=False, text=True)

0 commit comments

Comments
 (0)