We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd5f72 commit 9f1181eCopy full SHA for 9f1181e
.github/mypy-primer-ty.toml
@@ -9,5 +9,8 @@ division-by-zero = "warn"
9
10
[src]
11
exclude = [
12
- "Pythonwin/pywin/test/_dbgscript.py" # not valid UTF-8
+ # 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",
16
]
0 commit comments