File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 41
41
- uses : actions/checkout@v1
42
42
-
uses :
marian-code/[email protected]
43
43
with :
44
- python-root-list : " ' src/ tests/*' " # accepts wildcards, whole expresion must be enclosed in commas
44
+ python-root-list : " src/ tests/*" # accepts wildcards
45
45
use-pycodestyle : false
46
46
use-mypy : false
47
47
use-vulture : true
90
90
- uses: actions/checkout@v1
91
91
- uses: marian-code/[email protected]
92
92
with:
93
- python-root-list: "./tests/'*' .py"
93
+ python-root-list: "./tests/* .py"
94
94
use-black: true
95
95
use-isort: true
96
96
use-mypy: true
@@ -114,4 +114,4 @@ Contributions are welcome through PRs.
114
114
# # TODO
115
115
116
116
Wait until this is resolved : [PR646](https://github.com/actions/runner/issues/646)
117
- so we can implement better python version contro
117
+ so we can implement better python version control
You can’t perform that action at this time.
0 commit comments