Skip to content

Commit c32f9b0

Browse files
authored
Fix pylint (#1035)
1 parent 9663d59 commit c32f9b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ notes=TODO
283283

284284
# This flag controls whether inconsistent-quotes generates a warning when the
285285
# character used as a quote delimiter is used inconsistently within a module.
286-
check-quote-consistency=yes
286+
check-quote-consistency=no
287287

288288

289289
[VARIABLES]

0 commit comments

Comments
 (0)