RedHatProductSecurity / cvelib

A Python library and command line interface for CVE Services.
MIT License
56 stars 24 forks source link

Switch to ruff for linting and import sorting #68

Closed mprpic closed 1 year ago

mprpic commented 1 year ago

The upside here is faster linting, less CI (and faster) stages, easier configuration through pyproject.toml, more sane defaults (i.e. .gitignore is honored), and other goodness.