Makefile in bigfiles-0.2.2 vs Makefile in bigfiles-0.3.0

- old
+ new

@@ -39,9 +39,11 @@ clean: clear_metrics ## remove all built artifacts test: spec ## run tests quickly +typecheck: ## validate types in code and configuration + overcommit: ## run precommit quality checks bundle exec overcommit --run quality: overcommit ## run precommit quality checks