Commit b00c528
Do not hide unexpected errors from pyflakes (#371)
* Do not hide unexpected errors from pyflakes
Pyflake's api can report source decoding error throught unexpectedError. If these errors are hidden then it's hard to say if linter is enabled and working.
* Underscored unused variable1 parent f3b71b3 commit b00c528
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
36 | 45 | | |
37 | 46 | | |
38 | 47 | | |
| |||
0 commit comments