From c77a6171925f3302f2c68d46a3e3eb97dcf12b42 Mon Sep 17 00:00:00 2001 From: Katie Hughes Date: Mon, 29 Jan 2024 14:21:00 -0500 Subject: [PATCH] Update readme with google style guide link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ccf4146..b978eaf 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,4 @@ This repository enforces `ruff` and `black` linting. To verify that your code wi pre-commit install pre-commit run --all-files ``` +The [Google Style Guide](https://google.github.io/styleguide/) is followed for default formatting.