diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-02-19 21:40:15 -0500 |
|---|---|---|
| committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2021-02-19 21:40:15 -0500 |
| commit | 486b8c726a7d657ef320e68598077c31fa664790 (patch) | |
| tree | 46b53d0f530d6ae273c4379272684ee80026658a /setup.cfg | |
| parent | 3e180a810e9c4b9d251c135667d1d150b0bbd0dd (diff) | |
| download | cmd2-git-486b8c726a7d657ef320e68598077c31fa664790.tar.gz | |
Fixed black, isort, flake8, and doc8 issues
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,5 +35,5 @@ use_parentheses = true [doc8] ignore-path=docs/_build,.git,.idea,.pytest_cache,.tox,.nox,.venv,.vscode,build,cmd2,examples,tests,cmd2.egg-info,dist,htmlcov,__pycache__,*.egg,plugins -max-line-length=117 +max-line-length=120 verbose=0 |
