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: .pylintrc
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ jobs=1
22
22
23
23
# List of plugins (as comma separated values of python modules names) to load,
24
24
# usually to register additional checkers.
25
-
load-plugins=pylint_quotes,pylintfileheader
25
+
# load-plugins=pylintfileheader
26
+
# disable pylint_quotes until https://github.com/edaniszewski/pylint-quotes/issues/29 is fixed
26
27
27
28
# Option for the pylintfileheader plugin
28
29
file-header=# ---------------------------------------------------------------------------------------------\n# Copyright \(c\) Leo Hanisch. All rights reserved.\n# Licensed under the MIT License. See LICENSE.txt in the project root for license information.\n# ---------------------------------------------------------------------------------------------\n
0 commit comments