Fix nitpicks.

This commit is contained in:
Florian Bruhin 2015-11-17 19:46:24 +01:00
parent f20ffca540
commit ea5484c3a2
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
"""Fetch list of popular user-agents.
The script is based on a gist posted by github.com/averrin, the ouput of this
The script is based on a gist posted by github.com/averrin, the output of this
script is formatted to be pasted into configtypes.py.
"""
@ -87,7 +87,7 @@ if __name__ == '__main__':
"Firefox": {"Win", "MacOSX", "Linux", "Android"},
"Chrome": {"Win", "MacOSX", "Linux"},
"Safari": {"MacOSX", "iOS"}
}
}
filtered = filter_list(fetched, lut)
filtered = add_diversity(filtered)

View File

@ -105,7 +105,7 @@ deps =
astroid==1.3.8
pylint==1.4.4
logilab-common==1.1.0
requests==2.8.1
requests==2.8.1
commands =
{envpython} scripts/link_pyqt.py --tox {envdir}
{envpython} -m pylint scripts qutebrowser --rcfile=.pylintrc --output-format=colorized --reports=no --expected-line-ending-format=LF