alan-turing-institute / CleverCSV

CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.
https://clevercsv.readthedocs.io
MIT License
1.24k stars 70 forks source link

Improve code quality using ruff #94

Closed GjjvdBurg closed 1 year ago

GjjvdBurg commented 1 year ago

This PR makes some code quality improvements suggested by ruff.