Commit 369a473
committed
Pylint 2.6 was recently released and added/renamed a "super-with-arguments" check which was causing pylint-django tests to fail due some input values still using the python 2 style super calls. This commit updates the test data to fix tests to pass with pylint 2.6. See pylint-dev/pylint@e6c9ef5
1 parent db6b26e commit 369a473
File tree
3 files changed
+3
-2
lines changed- pylint_django/tests/input
3 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
0 commit comments