We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72cb0d commit 770a5e1Copy full SHA for 770a5e1
1 file changed
.pylintrc
@@ -63,7 +63,7 @@ ignore-patterns=^\.#
63
# (useful for modules/projects where namespaces are manipulated during runtime
64
# and thus existing member attributes cannot be deduced by static analysis). It
65
# supports qualified module names, as well as Unix pattern matching.
66
-ignored-modules=auto_gptq,
+ignored-modules=auto_gptq,
67
exllama_kernels,
68
exllamav2_kernels,
69
llmcompressor,
@@ -94,7 +94,7 @@ persistent=yes
94
95
# Minimum Python version to use for version dependent checks. Will default to
96
# the version used to run pylint.
97
-py-version=3.9
+py-version=3.10
98
99
# Discover python modules and packages in the file system subtree.
100
recursive=no
0 commit comments