itinerant_ruff_fixes #920
Annotations
7 errors
Run ruff check --output-format=github --target-version=py39:
synthtool/gcp/snippets.py#L92
synthtool/gcp/snippets.py:92:24: E713 Test for membership should be `not in`
|
Run ruff check --output-format=github --target-version=py39:
synthtool/protos/metadata_pb2.py#L16
synthtool/protos/metadata_pb2.py:16:1: E402 Module level import not at top of file
|
Run ruff check --output-format=github --target-version=py39:
synthtool/protos/metadata_pb2.py#L16
synthtool/protos/metadata_pb2.py:16:46: F401 `google.protobuf.timestamp_pb2` imported but unused
|
Run ruff check --output-format=github --target-version=py39:
synthtool/protos/metadata_pb2.py#L132
synthtool/protos/metadata_pb2.py:132:4: E712 Avoid equality comparisons to `False`; use `if not _descriptor._USE_C_DESCRIPTORS:` for false checks
|
Run ruff check --output-format=github --target-version=py39:
synthtool/protos/preconfig_pb2.py#L44
synthtool/protos/preconfig_pb2.py:44:4: E712 Avoid equality comparisons to `False`; use `if not _descriptor._USE_C_DESCRIPTORS:` for false checks
|
Run ruff check --output-format=github --target-version=py39:
tests/test_metadata.py#L353
tests/test_metadata.py:353:16: E714 Test for object identity should be `is not`
|
Run ruff check --output-format=github --target-version=py39
Process completed with exit code 1.
|
Loading