Update BioWriter append functionality #156
Annotations
1 error and 11 warnings
flake8
Process completed with exit code 1.
|
flake8
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
flake8:
src/bfio/backends.py#L1408
E712: comparison to False should be 'if cond is False:' or 'if not cond:'
|
flake8:
src/bfio/backends.py#L1422
E712: comparison to True should be 'if cond is True:' or 'if cond:'
|
flake8:
src/bfio/backends.py#L1435
E712: comparison to False should be 'if cond is False:' or 'if not cond:'
|
flake8:
src/bfio/backends.py#L1436
E712: comparison to True should be 'if cond is True:' or 'if cond:'
|
flake8:
src/bfio/backends.py#L1436
E712: comparison to False should be 'if cond is False:' or 'if not cond:'
|
flake8:
src/bfio/backends.py#L1451
E712: comparison to True should be 'if cond is True:' or 'if cond:'
|
flake8:
src/bfio/backends.py#L1476
E712: comparison to False should be 'if cond is False:' or 'if not cond:'
|
flake8:
src/bfio/backends.py#L1477
E712: comparison to True should be 'if cond is True:' or 'if cond:'
|
flake8:
src/bfio/backends.py#L1478
E712: comparison to False should be 'if cond is False:' or 'if not cond:'
|
flake8:
src/bfio/bfio.py#L1076
E712: comparison to True should be 'if cond is True:' or 'if cond:'
|