diff options
-rw-r--r-- | pyproject.toml | 1 | ||||
-rw-r--r-- | setup.cfg | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 3d45694e..2dc65758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,5 +21,6 @@ exclude = ''' | cmd2.egg-info | cmd2_history.dat | dist + | htmlcov )/ ''' @@ -26,7 +26,7 @@ exclude = [isort] line_length = 127 -skip = cmd2/__init__.py +skip = cmd2/__init__.py,.git,__pycache,.tox,.nox,.venv,.eggs,.idea,.vscode,build,dist.htmlcov profile = black multi_line_output = 3 include_trailing_comma = true |