From 93b4bbf39a8c10a717285ecfb337ba58c8568b2a Mon Sep 17 00:00:00 2001 From: Samuel Huang Date: Sun, 5 Jan 2025 19:19:12 -0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45acbd0..b66c70f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,9 +24,9 @@ Before submitting a pull request, follow the steps below to ensure that the revi ### Check Python formatting -Run `black chowist places portal` to cleanup formatting inconsistencies. +Run `ruff format chowist places portal` to cleanup formatting inconsistencies. -Run `flake8` to look for remaining code to fix manually. +Run `ruff check chowist places portal` to look for remaining code to fix manually. ### Check HTML formatting