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 ]