From 549eb291c78e134dd482f5fbd63e771e451fb82f Mon Sep 17 00:00:00 2001 From: "Amir A. Zohrenejad" Date: Mon, 24 Jun 2024 10:26:42 -0700 Subject: [PATCH] update formatter to use official black formatter --- .github/workflows/lint.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1d5a66a5..ce0b89f3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,6 +9,5 @@ jobs: steps: - uses: actions/checkout@v3 - uses: chartboost/ruff-action@v1 - - uses: rickstaa/action-black@v1 - with: - black_args: ". --check" + - uses: psf/black@stable +