Skip to content

fix: fix PLR1714 lint errors #79

fix: fix PLR1714 lint errors

fix: fix PLR1714 lint errors #79

Triggered via pull request August 25, 2023 23:23
Status Failure
Total duration 1m 55s
Artifacts

python_tests.yml

on: pull_request
Matrix: Python_tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors
Ruff (PLR1714): pylib/gyp/generator/make.py#L2031
pylib/gyp/generator/make.py:2031:16: PLR1714 Consider merging multiple comparisons: `self.alias not in (self.output, self.target)`. Use a `set` if the elements are hashable.
Python_tests (macos-latest, 3.8)
Process completed with exit code 1.
Ruff (PLR1714): pylib/gyp/generator/make.py#L2031
pylib/gyp/generator/make.py:2031:16: PLR1714 Consider merging multiple comparisons: `self.alias not in (self.output, self.target)`. Use a `set` if the elements are hashable.
Python_tests (macos-latest, 3.11)
Process completed with exit code 1.
Ruff (PLR1714): pylib/gyp/generator/make.py#L2031
pylib/gyp/generator/make.py:2031:16: PLR1714 Consider merging multiple comparisons: `self.alias not in (self.output, self.target)`. Use a `set` if the elements are hashable.
Python_tests (macos-latest, 3.9)
Process completed with exit code 1.
Ruff (PLR1714): pylib/gyp/generator/make.py#L2031
pylib/gyp/generator/make.py:2031:16: PLR1714 Consider merging multiple comparisons: `self.alias not in (self.output, self.target)`. Use a `set` if the elements are hashable.
Python_tests (macos-latest, 3.10)
Process completed with exit code 1.
Ruff (PLR1714): pylib/gyp/generator/make.py#L2031
pylib/gyp/generator/make.py:2031:16: PLR1714 Consider merging multiple comparisons: `self.alias not in (self.output, self.target)`. Use a `set` if the elements are hashable.
Python_tests (ubuntu-latest, 3.9)
Process completed with exit code 1.
Ruff (PLR1714): pylib/gyp/generator/make.py#L2031
pylib/gyp/generator/make.py:2031:16: PLR1714 Consider merging multiple comparisons: `self.alias not in (self.output, self.target)`. Use a `set` if the elements are hashable.
Python_tests (ubuntu-latest, 3.10)
Process completed with exit code 1.
Ruff (PLR1714): pylib/gyp/generator/make.py#L2031
pylib/gyp/generator/make.py:2031:16: PLR1714 Consider merging multiple comparisons: `self.alias not in (self.output, self.target)`. Use a `set` if the elements are hashable.
Python_tests (ubuntu-latest, 3.8)
Process completed with exit code 1.
Ruff (PLR1714): pylib/gyp/generator/make.py#L2031
pylib/gyp/generator/make.py:2031:16: PLR1714 Consider merging multiple comparisons: `self.alias not in (self.output, self.target)`. Use a `set` if the elements are hashable.
Python_tests (ubuntu-latest, 3.11)
Process completed with exit code 1.
Ruff (PLR1714): pylib/gyp/generator/make.py#L2031
pylib/gyp/generator/make.py:2031:16: PLR1714 Consider merging multiple comparisons: `self.alias not in (self.output, self.target)`. Use a `set` if the elements are hashable.
Python_tests (ubuntu-latest, 3.12-dev)
Process completed with exit code 1.
Ruff (PLR1714): pylib/gyp/generator/make.py#L2031
pylib/gyp/generator/make.py:2031:16: PLR1714 Consider merging multiple comparisons: `self.alias not in (self.output, self.target)`. Use a `set` if the elements are hashable.
Python_tests (macos-latest, 3.12-dev)
Process completed with exit code 1.