nasa / python_cmr

Python library for querying the common metadata repository.
MIT License
24 stars 22 forks source link

Use ruff for linting #87

Open chuckwondo opened 2 months ago

chuckwondo commented 2 months ago

We currently use flake8 for linting, but ruff provides a nice way to consolidate linting rules used/defined by various other tools, such as black and flake8. We should also remove the "special" linting cases currently run only as part of CI (see .github/workflows/python-app.yml). Linting should be applied the same way, whether we're contributing code or running CI.

frankinspace commented 2 months ago

😆 love the new chore label