print errors to stderr instead of stdout #56
Annotations
10 errors and 1 warning
Run lint:
tests/broken/models.py#L6
tests/broken/models.py:6:12: F821 Undefined name `DeclarativeBase`
|
Run lint:
tests/broken/models.py#L12
tests/broken/models.py:12:9: F821 Undefined name `Mapped`
|
Run lint:
tests/broken/models.py#L12
tests/broken/models.py:12:23: F821 Undefined name `mapped_column`
|
Run lint:
tests/broken/models.py#L13
tests/broken/models.py:13:11: F821 Undefined name `Mapped`
|
Run lint:
tests/broken/models.py#L13
tests/broken/models.py:13:25: F821 Undefined name `mapped_column`
|
Run lint:
tests/broken/models.py#L13
tests/broken/models.py:13:39: F821 Undefined name `String`
|
Run lint:
tests/broken/models.py#L14
tests/broken/models.py:14:15: F821 Undefined name `Mapped`
|
Run lint:
tests/broken/models.py#L14
tests/broken/models.py:14:22: F821 Undefined name `Optional`
|
Run lint:
tests/broken/models.py#L14
tests/broken/models.py:14:39: F821 Undefined name `mapped_column`
|
Run lint:
tests/broken/models.py#L14
tests/broken/models.py:14:53: F821 Undefined name `String`
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading