mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Ignore UP036 ruff check in check_python.py
This commit is contained in:
@@ -7,7 +7,7 @@ import sys
|
||||
|
||||
|
||||
def check_python():
|
||||
if sys.version_info[:2] >= (3, 7):
|
||||
if sys.version_info[:2] >= (3, 7): # noqa: UP036
|
||||
# supported
|
||||
return
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user