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 4141 - uses : actions/checkout@v1
4242 - uses : marian-code/python-lint-annotate@v2.5.0
4343 with :
44- python-root-list : " ' src/ tests/*' " # accepts wildcards, whole expresion must be enclosed in commas
44+ python-root-list : " src/ tests/*" # accepts wildcards
4545 use-pycodestyle : false
4646 use-mypy : false
4747 use-vulture : true
9090 - uses: actions/checkout@v1
9191 - uses: marian-code/pyaction@v2.5.0
9292 with:
93- python-root-list: "./tests/'*' .py"
93+ python-root-list: "./tests/* .py"
9494 use-black: true
9595 use-isort: true
9696 use-mypy: true
@@ -114,4 +114,4 @@ Contributions are welcome through PRs.
114114# # TODO
115115
116116Wait 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