File tree Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Expand file tree Collapse file tree 5 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 3131 - name : Lint with pycodestyle
3232 run : |
3333 pycodestyle pyformlang || true
34+ - name : Lint with ruff
35+ run : |
36+ ruff check pyformlang || true
37+
3438 - name : Check with pyright
3539 run : |
3640 pyright --stats pyformlang
Original file line number Diff line number Diff line change 3535 - name : Lint with pycodestyle
3636 run : |
3737 pycodestyle pyformlang || true
38+ - name : Lint with ruff
39+ run : |
40+ ruff check pyformlang || true
41+
3842 - name : Check with pyright
3943 run : |
4044 pyright --stats pyformlang
Original file line number Diff line number Diff line change 3434 - name : Lint with pycodestyle
3535 run : |
3636 pycodestyle pyformlang || true
37+ - name : Lint with ruff
38+ run : |
39+ ruff check pyformlang || true
40+
3741 - name : Check with pyright
3842 run : |
3943 pyright --stats pyformlang
Original file line number Diff line number Diff line change 22 "include" : [
33 " pyformlang"
44 ],
5-
5+
66 "exclude" : [
77 " **/node_modules" ,
88 " **/__pycache__" ,
1212
1313 "pythonVersion" : " 3.8" ,
1414 "pythonPlatform" : " Linux" ,
15-
15+
1616 "strictListInference" : true ,
1717 "strictSetInference" : true ,
1818 "strictDictionaryInference" : true ,
Original file line number Diff line number Diff line change 1- include = [" pyformlang" ]
2-
31exclude = [
42 " .bzr" ,
53 " .direnv" ,
You can’t perform that action at this time.
0 commit comments