From 8dd6cbdc2e29e1f175fd35ed578f4680861301a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=9Fur=20=C3=96zy=C4=B1lmazel?= Date: Thu, 23 May 2024 17:40:31 +0300 Subject: [PATCH] add missing information to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bba08f7..679cb20 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ Clone the repo somewhere, and install with: ```bash pip install -e /path/to/django-admin-list-filter +pre-commit install ``` And play with the filters :) @@ -232,6 +233,8 @@ rake upload:test # Upload package to test distro **2024-05-23** - Add tests +- Add GitHub actions (test, ruff linter) +- Add pre-commit hooks **2024-05-20**