diff --git a/tox.ini b/tox.ini index 64ed6014..957d4232 100644 --- a/tox.ini +++ b/tox.ini @@ -59,4 +59,4 @@ norecursedirs = tests/* .venv/* .tox/* build/ examples/ .venv ignore = H405,D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D211,D301,D400,D401,W503 show-source = True max-line-length = 120 -exclude = .tox,.venv,tests,examples,build,random_fun,conf.py +exclude = .tox,.venv*,tests,examples,build,random_fun,conf.py