Skip to content

Commit c854ba8

Browse files
tleonhardtanselor
authored andcommitted
Ignore plugins directory when running doc8 by itself outside of invoke
1 parent e7b5054 commit c854ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ force_grid_wrap = 0
1616
use_parentheses = true
1717

1818
[doc8]
19-
ignore-path=docs/_build,.git,.idea,.pytest_cache,.tox,.nox,.venv,.vscode,build,cmd2,examples,tests,cmd2.egg-info,dist,htmlcov,__pycache__,*.egg
19+
ignore-path=docs/_build,.git,.idea,.pytest_cache,.tox,.nox,.venv,.vscode,build,cmd2,examples,tests,cmd2.egg-info,dist,htmlcov,__pycache__,*.egg,plugins
2020
max-line-length=117
2121
verbose=0

0 commit comments

Comments
 (0)