Skip to content

Commit

Permalink
Ignore UP036 ruff check in check_python.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Oct 28, 2023
1 parent 077e35a commit 45fb60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_python.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


def check_python():
if sys.version_info[:2] >= (3, 7):
if sys.version_info[:2] >= (3, 7): # noqa: UP036
# supported
return
else:
Expand Down

0 comments on commit 45fb60c

Please sign in to comment.