Skip to content

Commit 16aad1c

Browse files
committed
update readme
1 parent 7c7f1e9 commit 16aad1c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ steps:
4141
- uses: actions/checkout@v1
4242
- uses: marian-code/[email protected]
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
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@v1
9191
- uses: marian-code/[email protected]
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

116116
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

0 commit comments

Comments
 (0)