Prove using binomial formula $9 \mid 10^k - 1$ for $k \in \mathbb{N}$
I am aware of similar answer to this question here and here however my query is about the manipulation on the binomial formula in my proof.
My attempt at the proof :
We notice that $$10^k - 1 = (9 + 1)^k - 1$$ $$=\left(\sum_{i = 0}^{k} {k \choose i} 9^{k-i} \right) - 1$$
How do I further remove the -1 to show that this indeed is divisible by 9 ?