Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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