From f9d8e94ef7f497e5aaee74c3312142ef7345e438 Mon Sep 17 00:00:00 2001 From: Arthit Suriyawongkul Date: Tue, 5 Dec 2023 07:59:14 +0000 Subject: [PATCH] Revise ruff args Remove defaults --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f3ca703f4..296500a92 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,4 +24,4 @@ jobs: - uses: chartboost/ruff-action@v1 with: src: "./pythainlp" - args: check --verbose --line-length 79 --select F --select E7 --select E9 --select E63 --select E82 --select C901 + args: check --verbose --line-length 79 --select C901