You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ ruff check --diff --fix .error: Failed to parse websockify.py:3:4: Simple statements must be separated by newlines or semicolonserror: Failed to parse tests/load.py:29:15: Simple statements must be separated by newlines or semicolons
The text was updated successfully, but these errors were encountered:
kloczek
changed the title
0.12.0: `ruff1 fails in websockify.py and tests/load.py
0.12.0: ruf1 fails in websockify.py and tests/load.py
Jun 3, 2024
kloczek
changed the title
0.12.0: ruf1 fails in websockify.py and tests/load.py
0.12.0: `ruf' fails in websockify.py and tests/load.py
Jun 3, 2024
kloczek
changed the title
0.12.0: `ruf' fails in websockify.py and tests/load.py
0.12.0: ruff fails in websockify.py and tests/load.py
Jun 3, 2024
./websockify.py is actually a shell script. It's an old symlink for legacy compatibility. So you'll need to add an exception for that.
tests/load.py seems to be in Python 2 still, so it needs a conversion.
The text was updated successfully, but these errors were encountered: