pyro-ppl / numpyro

Probabilistic programming with NumPy powered by JAX for autograd and JIT compilation to GPU/TPU/CPU.
https://num.pyro.ai
Apache License 2.0
2.1k stars 227 forks source link

Fix ruff not fixing linter errors #1764

Closed ordabayevy closed 4 months ago

ordabayevy commented 4 months ago

Currently make format doesn't fix linter errors such as isorting. This PR adds ruff check --fix . command to make format to fix it.