We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e5fea commit 7c36747Copy full SHA for 7c36747
.github/workflows/lint.yaml
@@ -35,5 +35,5 @@ jobs:
35
36
- name: Run flake8
37
run: |
38
- flake8 --exclude=mlruns .
+ flake8 --exclude=mlruns,docs .
39
0 commit comments