From 00c621d4302ad9a31dcdae1492bb85610cdc4788 Mon Sep 17 00:00:00 2001 From: Waket Zheng Date: Sun, 7 Jun 2026 12:48:50 +0800 Subject: [PATCH] docs: update contributing checks --- docs/CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.rst b/docs/CONTRIBUTING.rst index 5a5a85bca..d7b57c5a5 100644 --- a/docs/CONTRIBUTING.rst +++ b/docs/CONTRIBUTING.rst @@ -84,7 +84,7 @@ As this is a value that is different for different people, we have settled on: Style ----- -We try and automate as much as we can, so a simple ``make check`` will do automated style checking and linting, but these don't pick up on the non-obvious style preferences. +We try and automate as much as we can, so a simple ``make check`` or ``pre-commit run --all-files`` will do automated style checking and linting, but these don't pick up on the non-obvious style preferences. Tortoise ORM follows a the following agreed upon style: