Skip to content

Commit eaeacb6

Browse files
authored
Merge pull request #881 from bact/dev
Revise ruff args in workflow
2 parents 7e9d7d7 + 46ba3f0 commit eaeacb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
- uses: chartboost/ruff-action@v1
2525
with:
2626
src: "./pythainlp"
27-
args: check --verbose --line-length 79 --select F --select E7 --select E9 --select E63 --select E82 --select C901
27+
args: check --verbose --line-length 79 --select C901

0 commit comments

Comments
 (0)