We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea620d2 commit 260cf62Copy full SHA for 260cf62
.github/workflows/lint.yaml
@@ -29,4 +29,4 @@ jobs:
29
- name: Install dependencies
30
run: pip install -r requirements.txt
31
- name: Lint
32
- run: flake8 code/addon --max-line-length=130
+ run: flake8 code/addon --max-line-length=130 --extend-exclude=addon/globalPlugins/MathCAT/yaml/*
0 commit comments