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
30 stars 2 forks source link

Merge linting and formatting behaviour #681

Closed pnkraemer closed 9 months ago

pnkraemer commented 9 months ago

They have been closely related via ruff check . --fix so from now on, formatting is linting and linting is formatting.

As a follow-up edit to #680, jupytext is not a linting dependency anymore but purely an example/doc dependency.