add Ruff to lint workflow #27
Annotations
10 errors and 1 warning
pythonFiles/create_venv.py#L36
pythonFiles/create_venv.py:36:89: E501 Line too long (112 > 88 characters)
|
pythonFiles/create_venv.py#L42
pythonFiles/create_venv.py:42:89: E501 Line too long (99 > 88 characters)
|
pythonFiles/installed_check.py#L14
pythonFiles/installed_check.py:14:1: E402 Module level import not at top of file
|
pythonFiles/installed_check.py#L15
pythonFiles/installed_check.py:15:1: E402 Module level import not at top of file
|
pythonFiles/installed_check.py#L16
pythonFiles/installed_check.py:16:1: E402 Module level import not at top of file
|
pythonFiles/installed_check.py#L39
pythonFiles/installed_check.py:39:5: E722 Do not use bare `except`
|
pythonFiles/installed_check.py#L54
pythonFiles/installed_check.py:54:13: E722 Do not use bare `except`
|
pythonFiles/installed_check.py#L82
pythonFiles/installed_check.py:82:5: E722 Do not use bare `except`
|
pythonFiles/installed_check.py#L94
pythonFiles/installed_check.py:94:13: E722 Do not use bare `except`
|
pythonFiles/normalizeSelection.py#L16
pythonFiles/normalizeSelection.py:16:89: E501 Line too long (94 > 88 characters)
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading