summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2020-07-07 13:59:43 -0400
committeranselor <anselor@gmail.com>2020-07-08 14:51:31 -0400
commitff64eff8854c9b52a1f48e4b843e9a738d2b388d (patch)
tree734419988bbb26a31ecc1caa9e18b0a6686cc6f3 /setup.cfg
parentbc50e370c6113ada43acbfaf94d211f3917a7870 (diff)
downloadcmd2-git-ff64eff8854c9b52a1f48e4b843e9a738d2b388d.tar.gz
Swap out tox for nox
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 1309b587..c1de2b05 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[flake8]
-exclude = .git,.idea,.pytest_cache,.tox,.venv,.vscode,build,cmd2.egg-info,dist,htmlcov,__pycache__,*.egg
+exclude = .git,.idea,.pytest_cache,.tox,.nox,.venv,.vscode,build,cmd2.egg-info,dist,htmlcov,__pycache__,*.egg
max-line-length = 127
max-complexity = 26
@@ -12,6 +12,6 @@ force_grid_wrap = 0
use_parentheses = true
[doc8]
-ignore-path=docs/_build,.git,.idea,.pytest_cache,.tox,.venv,.vscode,build,cmd2,examples,tests,cmd2.egg-info,dist,htmlcov,__pycache__,*.egg
+ignore-path=docs/_build,.git,.idea,.pytest_cache,.tox,.nox,.venv,.vscode,build,cmd2,examples,tests,cmd2.egg-info,dist,htmlcov,__pycache__,*.egg
max-line-length=117
verbose=0