Skip to content

Commit 5684ba8

Browse files
authored
setup.cfg: Replace dash-separated options (#64)
1 parent b308cb1 commit 5684ba8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author = OpenStack
77
author_email = [email protected]
88
maintainer = PyCQA
99
maintainer_email = [email protected]
10-
home-page = https://github.com/pycqa/doc8
10+
home_page = https://github.com/pycqa/doc8
1111
long_description_content_type = text/x-rst
1212
classifier =
1313
Intended Audience :: Information Technology
@@ -30,12 +30,12 @@ console_scripts =
3030

3131
[flake8]
3232
builtins = _
33-
show-source = True
33+
show_source = True
3434
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
3535
# Minimal config needed to make flake8 compatible with black output:
36-
max-line-length=160
36+
max_line_length=160
3737
# See https://github.com/PyCQA/pycodestyle/issues/373
38-
extend-ignore = E203
38+
extend_ignore = E203
3939

4040
[options]
4141
python_requires = >=3.6

0 commit comments

Comments
 (0)