Skip to content

Commit

Permalink
Pylint skip: print message, don't just silently skip
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Dec 13, 2024
1 parent bf5975c commit 1ddf2c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run-pylint.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ def main():
args = []

if sys.version_info >= (3, 13):
# https://github.com/pylint-dev/pylint/issues/10112
print("*** skipping pylint run because we're on Python 3.13")
print("*** context: https://github.com/pylint-dev/pylint/issues/10112")

return

for arg in sys.argv[1:]:
Expand Down

0 comments on commit 1ddf2c3

Please sign in to comment.