Граф коммитов

2 Коммитов

Автор SHA1 Сообщение Дата
Mikaël Ducharme 33370d8f4b
chore: Replace Black with Ruff and remove diff-based CI. (#2052) 2024-07-29 11:57:46 -04:00
Sean Rose 4752c5d846
fix: Remove dev requirements from Docker image and improve `Makefile` (#1953)
* Define dev requirements in `requirements-dev.in`.

* Add `pip-tools` as a dev requirement.

* Remove `pip-compile` as a prerequisite for `pip-install-local`.

To avoid the bootstrapping issue in a fresh Python environment where `pip-compile` isn't installed yet.

* Update `.PHONY` config in `Makefile` to include all non-file targets.

* Update `help` target in `Makefile` to include all available commands.

* Replace tabs in `Makefile` strings with spaces.

* Update CI instructions for fixing lint errors.
2024-03-19 11:49:23 -07:00