Находки в опенсорсе: Python
820 subscribers
4 photos
120 links
Легкие задачки в опенсорсе из мира Python

Чат: @opensource_findings_chat
Download Telegram
Код без границ от GitVerse

Наконец-то! Гранты живыми деньгами на опенсорс проекты.
Я очень давно хотел что-то такое увидеть в России.
И вот, увидел! Ребята из GitVerse запускают программу грантов для опенсорс разработчиков, можно выиграть:
- 150 т.р. за первое место
- 100 т.р. за второе
- 50 т.р. за третье

Если делаете крутой опенсорс – советую глянуть условия конкурса.
Надеюсь увидеть много крутых проектов, подавайтесь!

https://gitverse.habr.io
🔥14❤‍🔥2
Я знаю, тут любят интересные задачки. Поэтому вот вам - необходимо затащить поддержу PEP 695 в FastDepends (и в FastStream транзитивно)

https://github.com/Lancetnik/FastDepends/issues/217
👍1
Forwarded from ReagentoBot
🚀 New issue to reagento/relator by @Sehat1137
📝 Add Ruff for linting and formatting (#8)

Summary:

Integrate the Ruff linter and formatter into the project to ensure consistent code style and catch common errors.

1. Add ruff.toml to configure rules
2. Add Ruff to the project's dev dependencies in requirements-dev.txt
3. Update the CI/CD pipeline (e.g., GitHub Actions) to run ruff check
#good_first_issue

sent via relator
2👎1🤨1😴1
Forwarded from ReagentoBot
🚀 New issue to reagento/relator by @Sehat1137
📝 Add mypy for static type checking (#9)

Summary:

Integrate mypy static type checker into the project to detect type-related errors before runtime and improve code reliability

Proposed Actions:

• Add mypy.ini with basic configuration.
• Add mypy to development dependencies (e.g., requirements-dev.txt).
• Start with a minimal configuration, ignoring missing imports for third-party libraries.
• Update CI/CD pipeline (e.g., GitHub Actions) to run mypy . command.
• Consider enabling the --strict flag for comprehensive type checking.
#good_first_issue

sent via relator
👍3🤔1💩1🤡1