ruff rule PLC0206 and RUF021 #291
Annotations
8 errors
Set up Python 3.8
[notice] A new release of pip is available: 21.1.1 -> 24.3.1
[notice] To update, run: python3.8 -m pip install --upgrade pip
|
Lint with ruff:
pylib/gyp/MSVSSettings.py#L174
pylib/gyp/MSVSSettings.py:174:26: RUF021 Parenthesize `a and b` expressions when chaining `and` and `or` together, to make the precedence clear
|
Lint with ruff:
pylib/gyp/MSVSVersion.py#L72
pylib/gyp/MSVSVersion.py:72:16: RUF021 Parenthesize `a and b` expressions when chaining `and` and `or` together, to make the precedence clear
|
Lint with ruff:
pylib/gyp/__init__.py#L256
pylib/gyp/__init__.py:256:27: RUF021 Parenthesize `a and b` expressions when chaining `and` and `or` together, to make the precedence clear
|
Lint with ruff:
pylib/gyp/xcode_emulation.py#L1130
pylib/gyp/xcode_emulation.py:1130:13: RUF021 Parenthesize `a and b` expressions when chaining `and` and `or` together, to make the precedence clear
|
Lint with ruff:
pylib/gyp/xcodeproj_file.py#L3020
pylib/gyp/xcodeproj_file.py:3020:17: RUF021 Parenthesize `a and b` expressions when chaining `and` and `or` together, to make the precedence clear
|
Lint with ruff:
pylib/gyp/xcodeproj_file.py#L3022
pylib/gyp/xcodeproj_file.py:3022:20: RUF021 Parenthesize `a and b` expressions when chaining `and` and `or` together, to make the precedence clear
|
Lint with ruff
Process completed with exit code 1.
|
Loading