Add ruff linting #3
Annotations
5 errors
Run pre-commit on all files:
src/badger/tests/test_routine_id.py#L45
src/badger/tests/test_routine_id.py:45:18: E701 Multiple statements on one line (colon)
|
Run pre-commit on all files:
src/badger/tests/test_routine_id.py#L83
src/badger/tests/test_routine_id.py:83:18: E701 Multiple statements on one line (colon)
|
Run pre-commit on all files:
src/badger/tests/test_routine_id.py#L122
src/badger/tests/test_routine_id.py:122:18: E701 Multiple statements on one line (colon)
|
Run pre-commit on all files:
src/badger/tests/test_settings.py#L120
src/badger/tests/test_settings.py:120:24: E712 Avoid equality comparisons to `True`; use `if is_path:` for truth checks
|
Run pre-commit on all files
Process completed with exit code 1.
|
Loading