We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1d6ed7 + 8d9c3bb commit c006973Copy full SHA for c006973
.github/workflows/lint.yml
@@ -47,7 +47,7 @@ jobs:
47
cp pyproject.toml .github/linters
48
49
- name: Pylint
50
- uses: super-linter/super-linter/slim@v7.2.1
+ uses: super-linter/super-linter/slim@v7.3.0
51
if: always()
52
env:
53
# run linter on everything to catch preexisting problems
@@ -83,7 +83,7 @@ jobs:
83
84
85
- name: Black
86
87
88
89
0 commit comments