Skip to content

Commit af56675

Browse files
committed
rm excluded flake8 dir
1 parent ea85211 commit af56675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flake8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Lint with flake
2626
run: |
2727
pip install flake8
28-
flake8 skglm/ --exclude="skglm/expes/*","skglm/profile","*/toprof.py*" --max-line-length=88
28+
flake8 skglm/ --max-line-length=88
2929
3030
- name: Check doc style with pydocstyle
3131
run: |

0 commit comments

Comments
 (0)