Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam authored Jan 6, 2025
1 parent 751fc34 commit 93b4bbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 93b4bbf

Please sign in to comment.