Commit a461dbe
authored
Pylint improvements (#8911)
* Add pylint_flask(_sqlalchemy) to dev deps
* Improve pylint support
- install and activate flask and sqlalchemy plugins
- make pylint use the same line length as other tools (90)
- ignore "missing-*-docstring" (for now)
- ignore "invalid-name" (variables like `r` etc)
* Fix syntax for line-length1 parent 07fc8ef commit a461dbe
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
24 | 38 | | |
25 | 39 | | |
26 | 40 | | |
| |||
146 | 160 | | |
147 | 161 | | |
148 | 162 | | |
| 163 | + | |
| 164 | + | |
149 | 165 | | |
150 | 166 | | |
151 | 167 | | |
| |||
0 commit comments