From 9c0b73b4ac09c0010d6130decf9369fbb6cc4864 Mon Sep 17 00:00:00 2001 From: Kay Jan Date: Fri, 8 Sep 2023 03:52:00 +0800 Subject: [PATCH] Update pytest.yml --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index ce189e8e..5b302e42 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -40,7 +40,7 @@ jobs: - name: Lint with black run: | python -m pip install black - black . --check + black . -l 88 --check - name: Lint with isort run: | python -m pip install isort