datamole-ai / edvart

An open-source Python library for Data Scientists & Data Analysts designed to simplify the exploratory data analysis process. Using Edvart, you can explore data sets and generate reports with minimal coding.
https://datamole-ai.github.io/edvart/
MIT License
48 stars 7 forks source link

Switch formatting to `ruff` #214

Closed mbelak-dtml closed 6 months ago

mbelak-dtml commented 7 months ago

ruff is a new fast formatter and linter for Python. ruff could replace our current stack for formatting & linting (black + isort + pylint)