diff --git a/ruff.toml b/ruff.toml index fa7ff63..8f64624 100644 --- a/ruff.toml +++ b/ruff.toml @@ -1,4 +1,2 @@ [lint] -# F403/F405: peewee ORM uses `from peewee import *` intentionally in db_engine.py -# These are suppressed per-file to avoid breaking the wildcard import pattern. -per-file-ignores = { "app/db_engine.py" = ["F403", "F405"] } +ignore = ["F403", "F405"]