Skip to content

Commit 8b56282

Browse files
committed
Fix long line; black formatting here is ugly.
1 parent b93fc70 commit 8b56282

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ def get_version(fname="flake8_rst_docstrings.py"):
2424
author_email="p.j.a.cock@googlemail.com",
2525
url="https://github.com/peterjc/flake8-rst-docstrings",
2626
project_urls={
27-
"Documentation": "https://github.com/peterjc/flake8-rst-docstrings/blob/master/README.rst",
27+
"Documentation": (
28+
"https://github.com/peterjc/flake8-rst-docstrings/blob/master/README.rst"
29+
),
2830
"Source": "https://github.com/peterjc/flake8-rst-docstrings/",
2931
"Tracker": "https://github.com/peterjc/flake8-rst-docstrings/issues",
3032
},

0 commit comments

Comments
 (0)