fix: fix PLR1714 lint errors #79
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.
|