Use modern type comparasion. black fixes. #54
Annotations
9 errors
Run tests
Process completed with exit code 1.
|
Lint with Ruff
Process completed with exit code 1.
|
Lint with Ruff:
src/pyff/test/test_store.py#L261
src/pyff/test/test_store.py:261:9: F841 Local variable `entity_id` is assigned to but never used
|
Lint with Ruff:
src/pyff/test/test_store.py#L128
src/pyff/test/test_store.py:128:9: F841 Local variable `entity_id` is assigned to but never used
|
Lint with Ruff:
src/pyff/test/test_rwlock.py#L125
src/pyff/test/test_rwlock.py:125:13: E722 Do not use bare `except`
|
Lint with Ruff:
src/pyff/test/test_repo.py#L144
src/pyff/test/test_repo.py:144:9: F841 Local variable `dn` is assigned to but never used
|
Lint with Ruff:
src/pyff/test/test_pipeline.py#L635
src/pyff/test/test_pipeline.py:635:13: E722 Do not use bare `except`
|
Lint with Ruff:
src/pyff/test/test_pipeline.py#L532
src/pyff/test/test_pipeline.py:532:13: E722 Do not use bare `except`
|
Lint with Ruff:
src/pyff/test/test_pipeline.py#L266
src/pyff/test/test_pipeline.py:266:50: E741 Ambiguous variable name: `l`
|
Loading