Skip to content

Commit 21067ad

Browse files
llucaxMarenz
authored andcommitted
Remove mypy exceptions for sybil
When running tests, we now use a `sybil` version that is properly typed, so we don't need to exclude it from `mypy` anymore. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 2ea8141 commit 21067ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,6 @@ module = [
188188
"github_action_utils",
189189
"mkdocs_macros.*",
190190
"semver.version",
191-
"sybil",
192-
"sybil.*",
193191
]
194192
ignore_missing_imports = true
195193

0 commit comments

Comments
 (0)