File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 32
32
]
33
33
34
34
spelling_show_suggestions = True
35
- spelling_ignore_pypi_package_names = False
35
+ spelling_ignore_pypi_package_names = True
36
36
spelling_ignore_contributor_names = True
37
37
38
38
# Add any paths that contain templates here, relative to this directory.
Original file line number Diff line number Diff line change 14
14
libenchant
15
15
macOS
16
16
namespace
17
- pbr
18
- pyenchant
19
17
repo
20
18
scm
21
19
setuptools
22
20
testrepository
23
- tox
24
21
unicode
25
22
unmaintained
26
23
Original file line number Diff line number Diff line change @@ -151,3 +151,4 @@ def test_importable_module_with_system_exit(tmpdir):
151
151
def test_pypi_filter_factory ():
152
152
f = filters .PyPIFilterFactory ()
153
153
assert "sphinxcontrib-spelling" in f .words
154
+ assert "setuptools" in f .words
You can’t perform that action at this time.
0 commit comments