Skip to content

Commit 770a5e1

Browse files
committed
update python version used by pylint to 3.10
Signed-off-by: Andrea Fasoli <andrea.fasoli@ibm.com>
1 parent e72cb0d commit 770a5e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pylintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ignore-patterns=^\.#
6363
# (useful for modules/projects where namespaces are manipulated during runtime
6464
# and thus existing member attributes cannot be deduced by static analysis). It
6565
# supports qualified module names, as well as Unix pattern matching.
66-
ignored-modules=auto_gptq,
66+
ignored-modules=auto_gptq,
6767
exllama_kernels,
6868
exllamav2_kernels,
6969
llmcompressor,
@@ -94,7 +94,7 @@ persistent=yes
9494

9595
# Minimum Python version to use for version dependent checks. Will default to
9696
# the version used to run pylint.
97-
py-version=3.9
97+
py-version=3.10
9898

9999
# Discover python modules and packages in the file system subtree.
100100
recursive=no

0 commit comments

Comments
 (0)