pnkraemer / probdiffeq

Probabilistic solvers for differential equations in JAX. Adaptive ODE solvers with calibration, state-space model factorisations, and custom information operators. Compatible with the broader JAX scientific computing ecosystem.
https://pnkraemer.github.io/probdiffeq/
MIT License
33 stars 2 forks source link

Revise the linter toolchain #673

Closed pnkraemer closed 1 year ago

pnkraemer commented 1 year ago

This PR replaces black and isort with ruff format. It also removes nbqa (which was listed as a dependency but never used), updates the ruff configuration to lint the notebooks, and fixes the resulting complaints.