Thanks very much Jonas! So because other things I have on my site don’t need decimals but the taxes do, I can’t set woocommerce decimals to 0. But I found this filter for prices only, so I think this will work. Thanks again for your support!
/**
* Trim zeros in price decimals in functions.php
**/
add_filter( 'woocommerce_price_trim_zeros', '__return_true' );