cs107-lecture-examples

Example codes used during Harvard CS107 lectures
git clone https://git.0xfab.ch/cs107-lecture-examples.git
Log | Files | Refs | README | LICENSE

format_code.sh (373B)


      1 #!/usr/bin/env bash
      2 # File       : format_code.sh
      3 # Created    : Sat Sep 11 2021 11:51:15 AM (-0400)
      4 # Author     : Fabian Wermelinger
      5 # Description: Maintenance script to format python code.  Formatting rules are
      6 #              defined in .style.yapf at the project root.
      7 # Copyright 2021 Harvard University. All Rights Reserved.
      8 
      9 yapf --in-place --recursive --parallel .