sdv-dev / RDT

A library of Reversible Data Transforms
Other
116 stars 24 forks source link

Add ruff for linting, remove flake8, remove isort, remove pylint #809

Closed gsheni closed 4 months ago

gsheni commented 4 months ago
gsheni commented 4 months ago

Also added docstring formatting:

docstring-code-format = true
docstring-code-line-length = "dynamic"