Skip to content

Commit 147704c

Browse files
committed
ci(pytest-watcher): Ignore *.py.*.py (vim file formattig)
1 parent 95f0e81 commit 147704c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@ filterwarnings = [
171171
"ignore:The frontend.Option(Parser)? class.*:DeprecationWarning::",
172172
]
173173

174+
[tool.pytest-watcher]
175+
now = true
176+
ignore_patterns = ["*.py.*.py"]
177+
174178
[build-system]
175179
requires = ["poetry_core>=1.0.0"]
176180
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)