Operating system: Win7 x64
Python version: 3.6.0
Black version: black==18.3a3 installed from pypi into venv
Does also happen on master:
Code:
def doc_dl_job(
doc_ids,
dl_folder,
root_url=None,
api_username=None,
api_password=None,
updatedcontent_root_url=None,
):
'''Download documents by list of doc ids.'''
api = API(api_username, api_password, root_url=root_url)
Pylint complains about all lines with function arguments.
Command: black -l 100 testfile.py