You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516
  1. [src]
  2. exclude = [
  3. # TODO: enable when violations fixed
  4. "core/app/apps/workflow_app_runner.py",
  5. "controllers/console/app",
  6. "controllers/console/explore",
  7. "controllers/console/datasets",
  8. "controllers/console/workspace",
  9. # non-producition or generated code
  10. "migrations",
  11. "tests",
  12. ]
  13. [rules]
  14. missing-argument = "ignore" # TODO: restore when **args for constructor is supported properly
  15. possibly-unbound-attribute = "ignore"