Makefile 70 B

1234
  1. .PHONY: format
  2. format:
  3. pre-commit run --all-files
  4. python -m black .