Commit ad40160
Update config to allow running mypy on Captum in fbcode (#1386)
Summary:
Pull Request resolved: #1386
Running mypy directly on Captum within fbcode results in errors due to fb only directories, which doesn't match the behavior of mypy in OSS.
Add appropriate excludes to setup.cfg to enable direct usage of mypy in fbcode
Reviewed By: craymichael
Differential Revision: D64576023
fbshipit-source-id: 59df78ea24719c9eba307836c5fe2373541cd8001 parent 75be44f commit ad40160
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
0 commit comments