We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e9d7d7 + 46ba3f0 commit eaeacb6Copy full SHA for eaeacb6
.github/workflows/lint.yml
@@ -24,4 +24,4 @@ jobs:
24
- uses: chartboost/ruff-action@v1
25
with:
26
src: "./pythainlp"
27
- 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
0 commit comments