We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f30278 commit a32fd0aCopy full SHA for a32fd0a
.github/workflows/python.yml
@@ -35,4 +35,4 @@ jobs:
35
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
36
- name: Test with pytest
37
run: |
38
- pytest --ignore-glob=.*api.*py
+ pytest --ignore-glob=".*api.*py"
0 commit comments