Commit e7b7e1c
authored
Ignore .pytype directory for pylint (#417)
After upgrading pytype, it now writes a bunch of .pyi files into the
.pytype directory. yapf and pylint pick these directories up and report
a ton of issues that are completely meaningless. This patch makes it so
that pylint ignores any files within .pytype. yapf does not have any
option in the config to ignore files, so just blanket running yapf . -ir
or specifying individual files is still necessary, but I think that
should be less interruptive. This is purely a developer workflow
improvement.1 parent 3ddfad9 commit e7b7e1c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments