Commit add6643
committed
salesforce_bot: Ignore outdated my-py linting error.
The github action running the tests uses Python 3.8.18.
When running ./tools/run-mypy using this Python version
there will be linting errors related to importing the
'Salesforce' class. However, this is not a problem when
running the mypy linter under Python 3.10.
This commit ignores these linting error just so that
the main PR #826 can pass the github actions tests.
I wouldn't recommend merging this commit to permanently
fix this issue. Instead, it might be better to update
the github actions to use a more recent Python version.1 parent bc44575 commit add6643
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
76 | | - | |
77 | | - | |
78 | | - | |
| 77 | + | |
79 | 78 | | |
80 | 79 | | |
81 | 80 | | |
| |||
164 | 163 | | |
165 | 164 | | |
166 | 165 | | |
167 | | - | |
| 166 | + | |
168 | 167 | | |
169 | 168 | | |
170 | 169 | | |
| |||
0 commit comments