Skip to content

Commit 9f1181e

Browse files
committed
More exceptions
1 parent 1dd5f72 commit 9f1181e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/mypy-primer-ty.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ division-by-zero = "warn"
99

1010
[src]
1111
exclude = [
12-
"Pythonwin/pywin/test/_dbgscript.py" # not valid UTF-8
12+
# not valid UTF-8
13+
"Pythonwin/pywin/test/_dbgscript.py",
14+
"tests/appsec/iast/fixtures/aspects/str/non_utf8_content.py",
15+
"tests/appsec/iast/fixtures/ast/str/non_utf8_content.py",
1316
]

0 commit comments

Comments
 (0)