Closed markurtz closed 3 months ago
Why is the
black
removed from thepre-commit
configuration?
I had missed the cleanup on the pre-commit previously with the tox.ini rework. Black is stripped out completely across the system now along with isort and flake8 since ruff has full parity with those and runs much faster
Why is the
black
removed from thepre-commit
configuration?I had missed the cleanup on the pre-commit previously with the tox.ini rework. Black is stripped out completely across the system now along with isort and flake8 since ruff has full parity with those and runs much faster
alrigh. but in that case ruff
can replace isort
(probably ruff not that good, but anyway) and flake8
as well.
Summary
Enhances the build system by introducing dynamic versioning and package naming based on the build type and build number, which are loaded from env variables.
Details
Test Plan