Update crazy-max/ghaction-github-labeler action to v5 #78
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 errors
flake8_lint:
my_mod/tlm_buffer.py#L516
[flake8] reported by reviewdog 🐶
do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
Raw Output:
./my_mod/tlm_buffer.py:516:16: E721 do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`
|
flake8_lint
Process completed with exit code 1.
|