Commit 6391942
Disable new pylint warning globally
* Disable "consider-using-f-string"
* pylint v2.11.0 added a warning suggesting to use f-strings:
- https://pylint.pycqa.org/en/latest/whatsnew/2.11.html
* Due to backwards compatibility requirements to support python3.5,
f-strings cannot be used in this case1 parent 6dce453 commit 6391942
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments