タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

programmingとPythonとtoolに関するasiamothのブックマーク (2)

  • Rye & uv 追っかけ

    Rye の作者が↓のような投稿をしており、uv が気になったので個人のメモとして追っかけをする。 uv を開発しているのは最近話題の Ruff を開発している Astral。 UPDATE 20240226: Rye が astral_sh 管理化に置かれた Rye で uv を有効化するにはこれ サポートされたのは https://github.com/mitsuhiko/rye/releases/tag/0.24.0 からなので、とりあえず rye self update して以下のコマンドで有効化すればOK

    Rye & uv 追っかけ
    asiamoth
    asiamoth 2024/02/17
    Windows 10環境だとryeは何だったかの不具合が出て、いまはPDMを愛用している。uvはWin非対応と最後に書いてあったので安心してPDMを推せる。
  • Python tooling could be much, much faster

    N.B. Ruff now supports over 200 lint rules and is used in major open-source projects like FastAPI, Bokeh, Zulip, and Pydantic. It’s also about ~50% faster than the benchmarks advertised in this blog post. Try it today! Over the past few years, there’s been a mindset shift in JavaScript ecosystem, best summarized as: “our tools should be extremely fast”. As projects grew in complexity, and builds s

    asiamoth
    asiamoth 2022/09/04
    Ruff使っているが嘘みたいに早い! ちゃんとファイル読んでるのか? とProcess Monitorで何度も確認したほど。¶TSもサポートしてるの!? と思ったら“TypeScript-like file watching”だったw
  • 1