diff --git a/pyproject.toml b/pyproject.toml index 5c5a827..fce1d6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,8 @@ disallow_any_generics = true disallow_subclassing_any = true exclude = [ "^docs/.*", - '^.*venv/.*', + "^.*venv/.*", + "^tests/.*" ]