- Add # noqa: S106 to KingSubgoal(token="RECRUIT") default fallback in king.py
- Add # noqa: S105 to all subgoal.token string comparisons in vassals.py
(EXPAND_TERRITORY, RECRUIT, TRAIN, FORTIFY, TRADE, ALLY, SPY)
- Change pytest.raises(Exception) to pytest.raises(ValueError) in test_models.py
to fix B017 blind exception assertion
- Move pytestmark after local import in test_metabolic_router.py to fix E402
tox -e format now passes cleanly.
Fixes#1161