Warning: preg_grep(): Compilation failed: quantifier does not follow a repeatable item at offset 134 in /var/www/tg-me/post.php on line 75 Библиотека питониста | Python, Django, Flask | Telegram Webview: pyproglib/6719 -
🛠Устанавливаем `pre-commit` через `uv`: проще, быстрее, удобнее
pre-commit — один из лучших инструментов для запуска проверок перед коммитом в Git. Но установка через pip часто вызывает раздражение: нужен Python, виртуалки, обновления вручную…
💡 Решение — использовать uv: супербыстрый Python-менеджер, который берёт всё под контроль — от версий Python до окружений.
Установить pre-commit с uv теперь можно одной командой:
uv tool install pre-commit --with pre-commit-uv
⚡️После установки: — pre-commit будет доступен глобально; — Python-хуки будут устанавливаться через uv, что намного быстрее.
Примеры использования:
pre-commit --version pre-commit install pre-commit run --all-files
🛠Устанавливаем `pre-commit` через `uv`: проще, быстрее, удобнее
pre-commit — один из лучших инструментов для запуска проверок перед коммитом в Git. Но установка через pip часто вызывает раздражение: нужен Python, виртуалки, обновления вручную…
💡 Решение — использовать uv: супербыстрый Python-менеджер, который берёт всё под контроль — от версий Python до окружений.
Установить pre-commit с uv теперь можно одной командой:
uv tool install pre-commit --with pre-commit-uv
⚡️После установки: — pre-commit будет доступен глобально; — Python-хуки будут устанавливаться через uv, что намного быстрее.
Примеры использования:
pre-commit --version pre-commit install pre-commit run --all-files
The lead from Wall Street offers little clarity as the major averages opened lower on Friday and then bounced back and forth across the unchanged line, finally finishing mixed and little changed.The Dow added 33.18 points or 0.10 percent to finish at 34,798.00, while the NASDAQ eased 4.54 points or 0.03 percent to close at 15,047.70 and the S&P 500 rose 6.50 points or 0.15 percent to end at 4,455.48. For the week, the Dow rose 0.6 percent, the NASDAQ added 0.1 percent and the S&P gained 0.5 percent.The lackluster performance on Wall Street came on uncertainty about the outlook for the markets following recent volatility.
NEWS: Telegram supports Facetime video calls NOW!
Secure video calling is in high demand. As an alternative to Zoom, many people are using end-to-end encrypted apps such as WhatsApp, FaceTime or Signal to speak to friends and family face-to-face since coronavirus lockdowns started to take place across the world. There’s another option—secure communications app Telegram just added video calling to its feature set, available on both iOS and Android. The new feature is also super secure—like Signal and WhatsApp and unlike Zoom (yet), video calls will be end-to-end encrypted.
Библиотека питониста | Python Django Flask from us