Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

ty.toml 456B

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"