Skip to content

Commit 260cf62

Browse files
committed
exclude Yaml dir from linting
1 parent ea620d2 commit 260cf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Install dependencies
3030
run: pip install -r requirements.txt
3131
- name: Lint
32-
run: flake8 code/addon --max-line-length=130
32+
run: flake8 code/addon --max-line-length=130 --extend-exclude=addon/globalPlugins/MathCAT/yaml/*

0 commit comments

Comments
 (0)