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