From 2d366523b68afee27c0ddb40cd0f46c7c51ef563 Mon Sep 17 00:00:00 2001 From: Jahn16 Date: Sun, 4 Aug 2024 23:53:49 -0300 Subject: [PATCH] docs: add ruff-format to python list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac188501..4bdc2409 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,7 @@ clang-format supports. - [poetry](https://python-poetry.org/docs/pre-commit-hooks) - [pyupgrade](https://github.com/asottile/pyupgrade) - [ruff](https://github.com/charliermarsh/ruff) +- [ruff-format](https://github.com/charliermarsh/ruff) - [sort-requirements-txt](https://github.com/pre-commit/pre-commit-hooks/blob/main/pre_commit_hooks/requirements_txt_fixer.py) ### PHP