Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 587 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 587 Bytes

Formatters and Linters class materials for Princeton 2024 Software Engineering Summer School

Code and slides to introduce the concept of formatters, linters, and pre-commit, specifically using black and ruff. Slides are in this directory at presentation/fmt_lint_precommit.pdf and were created with presenterm. The presentation can be run in a terminal with cd presentation && sh present.sh after cloning and installing presenterm.

The slides include follow-along examples of formatting and linting .py files included in this repo