You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,8 +137,8 @@ constructs. We use [Pylint](https://www.pylint.org/) to check for code lint.
137
137
To see which lint checks we enforce, see the
138
138
[dev_tools/conf/.pylintrc](dev_tools/conf/.pylintrc) file. When Pylint produces
139
139
a false positive, it can be silenced with annotations. For example, the
140
-
annotation `# pylint: disable=unused-import` would silence a warning about
141
-
an unused import.
140
+
annotation `# pylint: disable=wrong-import-order` would silence a warning about
0 commit comments