We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696d958 commit ced21c9Copy full SHA for ced21c9
.github/workflows/lint.yaml
@@ -25,6 +25,6 @@ jobs:
25
- name: debugging
26
run: dir -l code
27
- name: Install dependencies (flake8)
28
- run: pip install -r code/requirements.txt
+ 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/*
.github/workflows/requirements.txt
@@ -0,0 +1,5 @@
1
+####### requirements.txt #######
2
+#
3
+###### Requirements for automated lint ######
4
+flake8 >= 3.8
5
+flake8-tabs >= 2.3
0 commit comments