Ditch archived ruff
action
#44
Annotations
6 errors
Ruff (E721):
easyDataverse/base.py#L398
easyDataverse/base.py:398:52: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Ruff (E721):
easyDataverse/base.py#L401
easyDataverse/base.py:401:27: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Ruff (E721):
tests/unit/test_connect.py#L437
tests/unit/test_connect.py:437:16: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Ruff (E721):
tests/unit/test_connect.py#L439
tests/unit/test_connect.py:439:16: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
Ruff (E721):
tests/unit/test_connect.py#L668
tests/unit/test_connect.py:668:16: E721 Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
|
ruff
Process completed with exit code 1.
|