We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2292960 commit 46fa320Copy full SHA for 46fa320
.github/workflows/python-tests.yml
@@ -105,7 +105,4 @@ jobs:
105
if: ${{ !startsWith(matrix.os, 'macos-13') }}
106
run: |
107
# poetry run pytest tests -vv --durations=10 --cov-fail-under=80
108
- poetry run pytest tests -vv --durations=10
109
-
110
-#
111
-#3333
+ poetry run pytest tests -vv --durations=10
pyproject.toml
@@ -237,3 +237,7 @@ lint.ignore = [
237
]
238
lint.isort.lines-between-types = 1
239
lint.isort.lines-after-imports = 2
240
+
241
242
243
+# Mark
0 commit comments