From 9e81ad15e025a186510a256fc5f555ac0b87e2a8 Mon Sep 17 00:00:00 2001 From: Kamini Singh Date: Thu, 21 May 2026 09:25:58 +0530 Subject: [PATCH] tox.ini updates --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b114680..865eb84 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ envlist=flake8,yamllint,ansible-lint labels = lint description = run linting checks deps = flake8 -commands = flake8 . +commands = flake8 --max-line-length=160 --exclude=.ansible,.git,.tox,.venv,venv,build,dist,changelogs,tests/output . [testenv:yamllint] labels = lint