Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(test_common): Fix yoda statements repaired by ruff 0.1.9
> ruff . --fix tests/legacy_api/test_common.py:46:9: SIM300 [*] Yoda conditions are discouraged, use `get_version() == "%s-master" % TMUX_MAX_VERSION` instead tests/legacy_api/test_common.py:84:9: SIM300 [*] Yoda conditions are discouraged, use `get_version() == "%s-openbsd" % TMUX_MAX_VERSION` instead tests/test_common.py:46:9: SIM300 [*] Yoda conditions are discouraged, use `get_version() == "%s-master" % TMUX_MAX_VERSION` instead tests/test_common.py:84:9: SIM300 [*] Yoda conditions are discouraged, use `get_version() == "%s-openbsd" % TMUX_MAX_VERSION` instead Found 4 errors. [*] 4 fixable with the `--fix` option.
- Loading branch information