Skip to content

Commit 39bb9ec

Browse files
authored
CLN remove unused exclude in flake8 GH action
CLN remove unused exclude in flake8 GH action
2 parents 21fcbfe + af56675 commit 39bb9ec

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)