Skip to content

Commit

Permalink
setup.cfg: Replace dash-separated options (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
00-matt authored Sep 27, 2021
1 parent b308cb1 commit 5684ba8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ author = OpenStack
author_email = [email protected]
maintainer = PyCQA
maintainer_email = [email protected]
home-page = https://github.com/pycqa/doc8
home_page = https://github.com/pycqa/doc8
long_description_content_type = text/x-rst
classifier =
Intended Audience :: Information Technology
Expand All @@ -30,12 +30,12 @@ console_scripts =

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

[options]
python_requires = >=3.6

0 comments on commit 5684ba8

Please sign in to comment.