From 0ee00edcdfc3262cc319a27f8dbe367e2b7ecbf7 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 16 Nov 2025 12:43:09 -0500 Subject: [PATCH] Update ruff_linter__rules__flake8_pytest_style__tests__PT015.snap --- ...ter__rules__flake8_pytest_style__tests__PT015.snap | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/crates/ruff_linter/src/rules/flake8_pytest_style/snapshots/ruff_linter__rules__flake8_pytest_style__tests__PT015.snap b/crates/ruff_linter/src/rules/flake8_pytest_style/snapshots/ruff_linter__rules__flake8_pytest_style__tests__PT015.snap index 51ddc586d5..9ae9c29884 100644 --- a/crates/ruff_linter/src/rules/flake8_pytest_style/snapshots/ruff_linter__rules__flake8_pytest_style__tests__PT015.snap +++ b/crates/ruff_linter/src/rules/flake8_pytest_style/snapshots/ruff_linter__rules__flake8_pytest_style__tests__PT015.snap @@ -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 - |