JakobGM / patito

A data modelling layer built on top of polars and pydantic
MIT License
252 stars 23 forks source link

Use ruff and pre-commit on CI #58

Closed thomasaarholt closed 4 months ago

thomasaarholt commented 4 months ago

I change from using flake8 and black to using ruff for both linting and formatting. I've relaxed a few rules, which I might add back in later.

I've also added a pre-commit CI that checks PRs.