mozilla / jetstream

This machine kills superstition. 💨
https://experimenter.info/jetstream/jetstream
Mozilla Public License 2.0
22 stars 18 forks source link

add ruff and pyproject config #2090

Closed mikewilli closed 1 month ago

mikewilli commented 1 month ago

This brings jetstream in line with recent changes to mozanalysis by cutting down flake8/isort/black into ruff, and modernizing the config into pyproject from setup.cfg/setup.py.

fixes #2089