You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[maintenance] black-formatted packages/services and new common.Makefile (#1342)
- Black-formatted ALL python:
- added auto-formatter in project makefiles
- formatted every relevant python package or service
- scripts/common.Makefile collects common recipes: see how services and packages Makefiles are now simplified
- Fixed noisy pprint in the logs
- Added extensions to bash scripts
version-patchversion-minorversion-major: ## commits version as patch (bug fixes not affecting the API), minor/minor (backwards-compatible/INcompatible API addition or changes)
36
-
# upgrades as $(subst version-,,$@) version, commits and tags
version-patchversion-minorversion-major: ## commits version as patch (bug fixes not affecting the API), minor/minor (backwards-compatible/INcompatible API addition or changes)
27
-
# upgrades as $(subst version-,,$@) version, commits and tags
0 commit comments