We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54588ed commit 75e8d12Copy full SHA for 75e8d12
pylintrc
@@ -325,6 +325,7 @@ disable =
325
pointless-exception-statement,
326
consider-using-join,
327
use-yield-from,
328
+ used-before-assignment,
329
330
[REPORTS]
331
output-format = text
@@ -421,4 +422,4 @@ int-import-graph =
421
422
[EXCEPTIONS]
423
overgeneral-exceptions = builtins.Exception
424
-# 7558df23a82f0dfe3853c3d1bbfcf364c182e67a
425
+# 86de3cc2b03ecf7e6f6f9f2d5f790bb9e7c3eb4c
pylintrc_tweaks
@@ -44,6 +44,7 @@ disable+ =
44
45
46
47
48
49
50
[BASIC]
0 commit comments