Skip to content

Commit b13a49b

Browse files
Merge pull request #1027 from VWS-Python/doc8-pyproject-toml
Switch to pyproject.toml for doc8
2 parents 19c83b8 + be4c4eb commit b13a49b

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,18 @@ warn_return_any = true
169169
warn_unused_configs = true
170170
warn_unused_ignores = true
171171

172+
[tool.doc8]
173+
174+
max_line_length = 2000
175+
ignore_path = [
176+
"./.eggs",
177+
"./docs/build",
178+
"./docs/build/spelling/output.txt",
179+
"./node_modules",
180+
"./src/*.egg-info/",
181+
"./src/*/_setuptools_scm_version.txt",
182+
]
183+
172184
[tool.pydocstyle]
173185
# We do not have summary lines, care about "mood", or need sections with
174186
# dash underlined titles.

setup.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
exclude=./.eggs,
33
./build/,
44

5-
[doc8]
6-
max-line-length = 2000
7-
ignore-path = ./src/*.egg-info/SOURCES.txt,./docs/build,./.eggs,./src/*/_setuptools_scm_version.txt
8-
95
[metadata]
106
name = VWS Python Mock
117
description = A mock for the Vuforia Web Services (VWS) API.

0 commit comments

Comments
 (0)