Skip to content

Commit 60ef4bb

Browse files
committed
fix: temporarily disable plugins
1 parent 03aa312 commit 60ef4bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs=1
2222

2323
# List of plugins (as comma separated values of python modules names) to load,
2424
# 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
2627

2728
# Option for the pylintfileheader plugin
2829
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

Comments
 (0)