From cb4fd8ca310a05713580b55d6bd665efb40bee54 Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Fri, 25 Oct 2024 12:22:59 -0700 Subject: [PATCH] add ruffs formatter --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f8c0ede..37f69d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,6 +37,8 @@ repos: hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] + # Run the formatter. + - id: ruff-format ## If like to embrace black styles even in the docs: # - repo: https://github.com/asottile/blacken-docs