From f4716f43b349df3d15009eef8001654d2d6984e2 Mon Sep 17 00:00:00 2001 From: Gabriel Gazola Milan Date: Tue, 11 Jul 2023 11:01:03 -0300 Subject: [PATCH] chore: update readme to add pre-commit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 537e86d..84b81ff 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,5 @@ pip install fhir-utils git clone https://github.com/prefeitura-rio/fhir-utils cd fhir-utils poetry install +pre-commit install ```