Skip to content

Commit e53b2f1

Browse files
chore(ci): stop mypy from analysing non-reqif code
An attempt to fix CI failures
1 parent 68b5bec commit e53b2f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ def lint_mypy(context):
141141
--disable-error-code=type-arg
142142
--disable-error-code=union-attr
143143
--strict
144+
--no-site-packages
144145
--python-version=3.9
145146
""",
146147
)

0 commit comments

Comments
 (0)