From 3e02bbbba54ae25ac1777e7847829a820a91f3fb Mon Sep 17 00:00:00 2001 From: Jianqi Pan Date: Fri, 21 Feb 2025 22:36:15 +0900 Subject: [PATCH] chore(lint): remove comment about test ignores --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 39de255..43fc2a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,6 @@ ignore = [ [tool.ruff.lint.extend-per-file-ignores] "tests/**/*.py" = [ - # at least this three should be fine in tests: "S101", # asserts allowed in tests "PLR2004", # Magic value used in comparison ]