Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 8cc935c

Browse files
authored
Merge branch 'master' into imperative-mood-heuristic-2
2 parents da8a3ce + 226c7ed commit 8cc935c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/snippets/config.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ options, and have a ``[pydocstyle]`` section.
55
* ``setup.cfg``
66
* ``tox.ini``
77
* ``.pydocstyle``
8+
* ``.pydocstyle.ini``
89
* ``.pydocstylerc``
10+
* ``.pydocstylerc.ini``
911

1012
When searching for a configuration file, ``pydocstyle`` looks for one of the
1113
file specified above *in that exact order*. If a configuration file was not

src/pydocstyle/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ class ConfigurationParser(object):
7777
'setup.cfg',
7878
'tox.ini',
7979
'.pydocstyle',
80+
'.pydocstyle.ini',
8081
'.pydocstylerc',
82+
'.pydocstylerc.ini',
8183
# The following is deprecated, but remains for backwards compatibility.
8284
'.pep257',
8385
)

0 commit comments

Comments
 (0)