mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-18 11:41:21 +00:00
Update ruff_linter__rules__flake8_pytest_style__tests__PT015.snap
This commit is contained in:
parent
216645dd4c
commit
0ee00edcdf
1 changed files with 0 additions and 11 deletions
|
|
@ -174,14 +174,3 @@ PT015 Assertion always fails, replace with `pytest.fail()`
|
|||
| ^^^^^^^^^^^^^^^^^
|
||||
25 | assert tuple("")
|
||||
|
|
||||
|
||||
PT015 Assertion always fails, replace with `pytest.fail()`
|
||||
--> PT015.py:25:5
|
||||
|
|
||||
23 | assert list([])
|
||||
24 | assert set(set())
|
||||
25 | assert tuple("")
|
||||
| ^^^^^^^^^^^^^^^^
|
||||
26 |
|
||||
27 | # https://github.com/astral-sh/ruff/issues/19935
|
||||
|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue