Skip to content

Commit 6234c23

Browse files
committed
Update pylintrc py-version from 3.9 to 3.13
The Foundry Python runtime is 3.13. Update pylint target to match so linting validates against the correct language features.
1 parent 624281c commit 6234c23

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
@@ -80,7 +80,7 @@ persistent=yes
8080

8181
# Minimum Python version to use for version dependent checks. Will default to
8282
# the version used to run pylint.
83-
py-version=3.9
83+
py-version=3.13
8484

8585
# Discover python modules and packages in the file system subtree.
8686
recursive=no

0 commit comments

Comments
 (0)