Check for uniform convergence of the integral $$\int\limits_{0}^{1}\frac{\arctan ax}{(1-x^2)^a}dx, \; a\in (-1,1)$$ My attempt was an evaluation, but I don't think it's right
$$\left| \int\limits_{0}^{1}\frac{\arctan ax}{(1-x^2)^a}dx \right| \leq \frac{\pi}{2} \int\limits_{0}^{1}\frac{1}{(1-x^2)^a}dx \leq \frac{\pi}{2} \int\limits_{0}^{1}\frac{1}{(1-x)^a}dx < \infty$$
I think I can establish the estimate.
My first issue was, as I mentioned, the inequality from the center to the right. With $x \in (0, 1)$ we can establish that
$$ x^2 \leq x \implies \frac{1}{1-x^2} \leq \frac{1}{1-x}.$$
For the moment, I'll omit the justification (it's an exercise in inequality manipulations). Now, you already used the fact that $\arctan x \leq \frac{\pi}{2}$ for each $x$, so it remains to handle the right inequality. Observe that by the change of variable $x \mapsto 1-x$ the integral remains unchanged. Now,
\begin{align*} \int_{0}^{1}\frac{1}{x^a} \ dx &= \frac{x^{-a+1}}{1-a}\Bigg|_0 ^1 \\ &= \frac{1}{1-a} \\ & \leq \frac{1}{2}. \\\ \end{align*}
Observe that the inequality in the last line is achieved by allowing $a \to -1^+$.
Upon writing this I've noticed that if $a \to 1^-$ then the integral can be made arbitrarily large. This may pose a problem - so I think it's safe to say that the original integral is uniformly convergent on $(-1, 1-\epsilon)$ where $\epsilon > 0.$ In fact, the left boundary can be allowed to go to $-\infty.$
TL:DR; So long as $a$ is an interval far enough away from $1$, say, for example $[-2, \frac{2}{3}]$, we have uniform convergence. No extra work needs to be shown for this.