並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 38 件 / 38件

新着順 人気順

formatterの検索結果1 - 38 件 / 38件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

formatterに関するエントリは38件あります。 JavaScriptrustpython などが関連タグです。 人気エントリには 『JavaScript/TypeScriptの高速フォーマッター「Rome Formatter」リリース。Rust製でPrettierより約10倍高速と』などがあります。
  • JavaScript/TypeScriptの高速フォーマッター「Rome Formatter」リリース。Rust製でPrettierより約10倍高速と

    JavaScript/TypeScriptの高速フォーマッター「Rome Formatter」リリース。Rust製でPrettierより約10倍高速と JavaScriptのツールチェインを統一的に提供することを目指した「Rome Tools, Inc.」(以下、Rome Tools)は、JavaScriptおよびTypeScriptのコードの書式を高速に整えるフォーマッター「Rome Formatter」をリリースしました。 Release of the Rome Formatter, a super fast formatter for JavaScript, with a focus on Prettier compatibilityhttps://t.co/2iXq5Gm5K3 — Rome Tools (@rometools) April 5, 2022 Rome Toolsは、

      JavaScript/TypeScriptの高速フォーマッター「Rome Formatter」リリース。Rust製でPrettierより約10倍高速と
    • Pythonのlinter/formatterを誰でも手軽に設定できるようにするためのPFN社内ツール “pysen” の紹介 - Preferred Networks Research & Development

      Home Blog Pythonのlinter/formatterを誰でも手軽に設定できるようにするためのPFN社内ツール “pysen” の紹介 Python向けのlinter/formatter設定ツール「pysen」を pypi.org および github.com で一般公開しました。 このツールは主にPython向けのlinter/formatterの設定を一元管理し、Preferred Networks社内でよく使われているツール環境を誰でも簡単に設定できるように支援するツールです。チームごとに分散しうるようなツールに関するノウハウをコードとして集約し、PFN社内での共有を促進させることを目的として開発しています。pysenは実際にPFN社内で使われており、2020年4月に開発がスタートしてから、2021年3月現在でおよそ100を超える社内リポジトリに導入されています。 上図:

        Pythonのlinter/formatterを誰でも手軽に設定できるようにするためのPFN社内ツール “pysen” の紹介 - Preferred Networks Research & Development
      • Formatterを使って、Dockerfileをキレイに書く方法とGitを絡めた使い方 | DevelopersIO

        こんにちわ、札幌のヨシエです。 先日、PyCon mini SAPPORO 2019と呼ばれるPythonのイベントに参加しました。 参加セッションのPythonistaのためのコードレビューTips - slideship.comというセッションでFormatterについて触れられる点がありました。 あまりコードを書く機会がない自分ですが、Dockerfileは検証用途で書く頻度が高いのでDockerfileに対応したFormatterであるdockfmtを試してみました。 例として、以下のようなdockerfileを書き出してみます。 やっていることはApacheの公式イメージに対して、パッケージアップデートとgitをインストールして キャッシュ周りを削除してます。 FROM httpd:latest RUN apt-get -y update && apt-get -y upgrad

          Formatterを使って、Dockerfileをキレイに書く方法とGitを絡めた使い方 | DevelopersIO
        • Announcing Rome Formatter

          We began a full rewrite of Rome in Rust last year, and we’re excited to announce our first release as a part of this effort with the Rome Formatter, a new formatter for JavaScript and TypeScript. It perfectly expresses our goals of excellent performance, ease-of-use, and first-class IDE integration. Prettier revolutionized the JavaScript ecosystem by normalizing standards and removing formatting d

            Announcing Rome Formatter
          • 次世代のFormatter「dprint」を試してみた

            何のプラグインを使うか聞かれるので、スペースで選択します。 対応する設定が書かれた dprint.json が作成されます。 TypeScriptの例 下記プレイグラウンドから設定をコピーして、dprint.json に貼り付けます。 { "typescript": { "lineWidth": 80, "indentWidth": 4, "useTabs": true, "semiColons": "prefer", "quoteStyle": "alwaysDouble", "quoteProps": "preserve", "newLineKind": "lf", "useBraces": "whenNotSingleLine", "bracePosition": "sameLineUnlessHanging", "singleBodyPosition": "maintain", "

              次世代のFormatter「dprint」を試してみた
            • Next.js のプロジェクトを開発しやすいようにするlintとformatterなどの設定

              動機 結構 lint 系がアップデートされていたり、以前は必要だったものがいらなくなっていたりしていて自分が作った以前のテンプレートだとちょっと不要な設定などが増えていたので、 これを機に調査しながら設定を見直そうかなと。 今回作ったもの この記事で設定をした Next.js のテンプレートはこちらに公開してあります。 前提 node: v18.17.1 next.js: 13 系 React: 18 系 Next.js まずは Next.js のインストールから。どんなプロジェクトであれ TypeScript で開発をしたいから --ts をつけます。 あとは設問に答えていけば基本的なプロジェクトが作られます。基本的に全て Enter で問題ないです。 ちなみに Would you like to customize the default import alias? はデフォルトで N

                Next.js のプロジェクトを開発しやすいようにするlintとformatterなどの設定
              • GitHub - astral-sh/ruff: An extremely fast Python linter and code formatter, written in Rust.

                Docs | Playground An extremely fast Python linter and code formatter, written in Rust. Linting the CPython codebase from scratch. ⚡️ 10-100x faster than existing linters (like Flake8) and formatters (like Black) 🐍 Installable via pip 🛠️ pyproject.toml support 🤝 Python 3.12 compatibility ⚖️ Drop-in parity with Flake8, isort, and Black 📦 Built-in caching, to avoid re-analyzing unchanged files 🔧

                  GitHub - astral-sh/ruff: An extremely fast Python linter and code formatter, written in Rust.
                • rufo - Ruby Formatter - ongaeshi

                  Ruby用の高速フォーマッタ。純粋にフォーマッタだけなのがよい。 1. gem install rufo code:shell $ gem install rufo 2. jnbt.vscode-rufo のインストール VSCodeで"rufo"で検索してインストール。 3. VSCodeの設定 Windowsの場合、rufo.batにする必要があるので注意。rufoだとnot foundする。 code:setting.json "rufo.exe": "rufo.bat" 4. Ctrl+Shift+F でフォーマット #ruby

                    rufo - Ruby Formatter - ongaeshi
                  • reviewdog x Custom FormatterでRuboCopの自動修正を提案させるようにしました - inSmartBank

                    reviewdog/action-rubocopというOSSプロジェクトをご存知でしょうか。Rubyの静的解析ツールであるRuboCopをGitHub Actionsで実行し、指摘箇所にコメントを付けてくれる便利なCustom Actionです。 本記事では筆者がこのOSSを改良して実装したSuggestion featureという便利機能とその実装についてご紹介します。RuboCopをお使いの方、より良いRuboCop生活をお求めの方、静的解析が好きな方向けの記事となります。 なお、この記事は2023-06-21に行われたGotanda.rb#53@ギフティで"RuboCop Custom Formatter for Reviewdog Diagnostic Format"と題して筆者が行った発表をもとにしています。 前提となる知識 初めにreviewdog/action-rubocop

                      reviewdog x Custom FormatterでRuboCopの自動修正を提案させるようにしました - inSmartBank
                    • GitHub - sqlfluff/sqlfluff: A modular SQL linter and auto-formatter with support for multiple dialects and templated code.

                      Although SQL is reasonably consistent in its implementations, there are several different dialects available with variations of syntax and grammar. SQLFluff currently supports the following SQL dialects (though perhaps not in full): ANSI SQL - this is the base version and on occasion may not strictly follow the ANSI/ISO SQL definition Athena BigQuery ClickHouse Databricks (note: this extends the s

                        GitHub - sqlfluff/sqlfluff: A modular SQL linter and auto-formatter with support for multiple dialects and templated code.
                      • Biome formatter wins the Prettier challenge

                        With the release of Biome v1.4.0, we claim the bounty of the Prettier challenge! With v1.4.0, you’ll get a better formatter experience, more formatting options, new VSCode features, new sponsors and more! You can upgrade Biome by running the following command: Better formatter Biome formatter has now over 96% in terms of compatibility against Prettier! This score is computed for JavaScript, TypeSc

                          Biome formatter wins the Prettier challenge
                        • dprint - Code Formatter

                          dprint A pluggable and configurable code formatting platform written in Rust. Formatting is very fast. Plugins are WebAssembly files that may be imported from a URL or file path. Official plugins are highly configurable enabling you to auto format code closer to your preferences. Configuration may be imported from URLs for reuse and sharing.

                          • JavaユーザならCode FormatterにはSpotlessがオススメ - 京都行きたい

                            CIでフォーマッタ掛けてフォーマットのチェックしてますか? プロジェクトでフォーマットがある程度統一されていると落ち着きませんか? コードフォーマッタで悩んでいる、という人にオススメのツールとして Spotless というツールを紹介します。 記事の構成としては以下の順に沿って、Spotlessを紹介していきたいと思います。 Spotlessで何が出来るのか どこで使っているか 実際にどうやって使うのか Java以外にも色んなファイルのフォーマッタが使える 終わりに Spotlessで何が出来るのか Spotlessでは下のようなことができます。 色んなファイルのフォーマット CIでのフォーマットのチェック そのため、GitHub Flowみたいな形でmasterブランチにprotectionを掛けた上で CI上でフォーマットのチェックをするようにすると masterブランチのソースコード

                              JavaユーザならCode FormatterにはSpotlessがオススメ - 京都行きたい
                            • Announcing Rome Formatter

                              Illustration by <a href="https://tomavagner.com" target="_blank">Toma Vagner</a>Announcing Rome Formatter We began a full rewrite of Rome in Rust last year, and we’re excited to announce our first release as a part of this effort with the Rome Formatter, a new formatter for JavaScript and TypeScript. It perfectly expresses our goals of excellent performance, ease-of-use, and first-class IDE integr

                              • PythonのLinter & Formatter(Flake8 + isort + Black)をRuffに置き換えたら爆速でした - KAKEHASHI Tech Blog

                                こんにちは、カケハシで Musubi 開発チームのバックエンドエンジニアをしている関です。 Musubi 開発では、 Python の Linter と Formatter に Flake8、isort、Black を使用しておりました。しかし Rust で書かれた Ruff という高性能なツールが出たということで、置き換えてみたら爆速になった(25倍以上速くなった)ので、Ruff について記事を書かせていただきます。 今回は Ruff を導入した経緯や実運用に至るまでの工程を紹介したいと思いますので、最後まで読んでいただけると嬉しいです。 Ruffとは Ruff は、2022年8月にリリースされた Rust 言語で書かれた Python の Linter 兼 Formatter です。数多くのフレームワークやライブラリで採用1されています。 Python での開発には複数のツールチェーン

                                  PythonのLinter & Formatter(Flake8 + isort + Black)をRuffに置き換えたら爆速でした - KAKEHASHI Tech Blog
                                • Vimメモ : Neovimで開発環境を段階的に構築する(4)LinterとFormatter - もた日記

                                  多言語パック Linter Formatter まとめ 多言語パック vim-polyglotは各種ファイルタイプ用のプラグインをまとめたもので、標準で対応していないような新しいプログラミング言語や使い慣れていないファイルタイプを編集するときに便利。 対応しているファイルタイプの一覧はこのページで確認可能。 Repository スター数 sheerun/vim-polyglot 2819 Plug 'sheerun/vim-polyglot' 例えばcsvファイルを開いてみると、vim-polyglotインストール前では、 のように通常の表示だが、インストール後では、 のように色付き表示になり、:WhatColumnなどのコマンドが使えるようになっている。 これはcsvファイルタイプのプラグインとしてcsv.vimがインストールされているからである。 このようにさまざまなファイルタイプ用

                                    Vimメモ : Neovimで開発環境を段階的に構築する(4)LinterとFormatter - もた日記
                                  • VSCodeでSQLフォーマットするなら「SQL Formatter VSCode」で決まり! - Qiita

                                    tl;dr この「SQL Formatter VSCode」を入れましょう! 最初は「Prettier SQL VSCode」を紹介していましたが、コメントで指摘されたとおりメンテナンスが終了してしまいました。 後継ツールが上記の「SQL Formatter VSCode」になります。 Prettier SQL VSCodeを既にお使いの皆さんも、SQL Formatter VSCodeに移行しましょう。 詳細 (内容古いです。そのうち更新します) SQLフォーマッタをVSCode Marketplaceで検索すると色々な機能拡張が出てきますが、オプション設定を柔軟にできないものばかりが上位に来ます。 だいたいの拡張はこの「sql-formatter」というNPMライブラリに依存しています。これ自体はすごく優秀で、オプション設定も柔軟に書くことができるんですが、利用してるVSCode拡張側

                                      VSCodeでSQLフォーマットするなら「SQL Formatter VSCode」で決まり! - Qiita
                                    • CI/CDパイプラインをポータブルにする「Dagger」登場/マイクロソフト、「Windows 365 Boot」発表/JavaScriptの高速フォーマッター「Rome Formatter」ほか、2022年4月の人気記事

                                      CI/CDパイプラインをポータブルにする「Dagger」登場/マイクロソフト、「Windows 365 Boot」発表/JavaScriptの高速フォーマッター「Rome Formatter」ほか、2022年4月の人気記事 毎日愛用しているiPadの電源スイッチが壊れてしまいました。ソフトウェアスイッチを画面に表示させることで機能を代替できるので使用上は問題ないのですが、半導体不足がこのまま長引くと、いつか新しいiPadが欲しいときに買えなくなるのが心配なので、この連休中にでも買おうかなと思っています。 先日、電気屋さんの店頭に行ったらデジカメ類がほとんど売り切れで注文停止になっていてちょっと驚きました。半導体不足、長引きそうで心配ですよね。 さて、4月の人気記事を紹介していきましょう。 1位から3位 1位 Docker創始者らが開発、ビルド/テスト/デプロイの自動化をポータブルにするツー

                                        CI/CDパイプラインをポータブルにする「Dagger」登場/マイクロソフト、「Windows 365 Boot」発表/JavaScriptの高速フォーマッター「Rome Formatter」ほか、2022年4月の人気記事
                                      • GitHub - biomejs/biome: A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.

                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                          GitHub - biomejs/biome: A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
                                        • GitHub - coderaiser/putout: 🐊 Pluggable and configurable JavaScript Linter, code transformer and formatter, drop-in ESLint superpower replacement 💪 with built-in support for js, jsx typescript, flow, markdown, yaml and json. Write declarative codemods i

                                          Perfection is finally attained not when there is no longer anything to add, but when there is no longer anything to take away. (c) Antoine de Saint Exupéry 🐊Putout is a JavaScript Linter, pluggable and configurable code transformer, drop-in ESLint replacement with built-in code printer. It has a lot of transformations that keeps your codebase in a clean state, removing any code smell and making c

                                            GitHub - coderaiser/putout: 🐊 Pluggable and configurable JavaScript Linter, code transformer and formatter, drop-in ESLint superpower replacement 💪 with built-in support for js, jsx typescript, flow, markdown, yaml and json. Write declarative codemods i
                                          • 週刊Railsウォッチ: RBS関連記事、Ruby formatterプロジェクト、Google Cloud Runほか(20220406後編)|TechRacho by BPS株式会社

                                            週刊Railsウォッチについて 各記事冒頭には🔗でパーマリンクを置いてあります: 社内やTwitterでの議論などにどうぞ 「つっつきボイス」はRailsウォッチ公開前ドラフトを(鍋のように)社内有志でつっついたときの会話の再構成です👄 お気づきの点がありましたら@hachi8833までメンションをいただければ確認・対応いたします🙏 TechRachoではRubyやRailsなどの最新情報記事を平日に公開しています。TechRacho記事をいち早くお読みになりたい方はTwitterにて@techrachoのフォローをお願いします。また、タグやカテゴリごとにRSSフィードを購読することもできます(例:週刊Railsウォッチタグ) 🔗Ruby 🔗 RBS関連記事 元記事: RailsアプリをRBS + Steepで型チェックするまでの手順 - アジャイルSEの憂鬱 元記事: RBSを

                                              週刊Railsウォッチ: RBS関連記事、Ruby formatterプロジェクト、Google Cloud Runほか(20220406後編)|TechRacho by BPS株式会社
                                            • ep.119 『まだ見ぬオプションも先取り!? Prettier より 10 倍速いと噂の Rome Formatter を使ってみた』 | UIT INSIDE

                                              @spring_raining が @potato4d に、ついにリリースされた Rome Formatter について話を聞いてみました。 Rome について オフィシャルのリリース告知はこちら: https://rome.tools/blog/2022/04/05/rome-formatter-release Rome 概要 https://rome.tools/ Front-End Tooling をすべて作り直すプロジェクト 会社で組織的に運用されていて、投資も受けている コードベースがほぼすべて Rust であり、 AST を 1 から作り直すことで高品質なツールチェインを実現 従来のツール (TSC/ESLint/Prettier/TypeScript) は AST がバラバラでオーバーヘッドがひどい 統一されるとそのオーバーヘッドがなくなり、非常に高速となる Rome レポジ

                                                ep.119 『まだ見ぬオプションも先取り!? Prettier より 10 倍速いと噂の Rome Formatter を使ってみた』 | UIT INSIDE
                                              • RuboCop Custom Formatter for Reviewdog Diagnostic Format

                                                gotanda.rb#53 "RuboCop Custom Formatter for Reviewdog Diagnostic Format"

                                                  RuboCop Custom Formatter for Reviewdog Diagnostic Format
                                                • GitHub - shellscape/prettier-plugin-package: An opinionated package.json formatter plugin for Prettier

                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

                                                    GitHub - shellscape/prettier-plugin-package: An opinionated package.json formatter plugin for Prettier
                                                  • いまだにJava 8 備忘録 - CheckstyleとFormatterの使い方(Google Styleguide) - ふるてつのぶろぐ

                                                    今日すること こんにちはふるてつです。 きょうはCheckstyleとFormatterのおはなしをします。 わたしは客先に常駐するタイプの仕事をしていてどこの客先でもCheckstyleは見かけます。 慣れているはずですが自分でいちから設定するといつもCheckstyle設定とFormatterとで、つじつまが合わなくなり途中でやめてしまいます。 みなさんそのような経験はないですか?😑 わたしのような不器用なかたはCheckstyleとFormatterの両方ともに「google提供の設定ファイル」を使うのがおすすめです。 わたしは Eclipse でGradleを使っていますので、GradleでのCheckstyle設定についても最後の方に書きたいと思います。 1. Eclipse のCheckstyle pluginの設定 Checkstyle pluginを使うと Eclipse

                                                      いまだにJava 8 備忘録 - CheckstyleとFormatterの使い方(Google Styleguide) - ふるてつのぶろぐ
                                                    • Change Request: Deprecate formatting rules and recommend using a source code formatter · Issue #17522 · eslint/eslint

                                                      ESLint version HEAD What problem do you want to solve? ESLint has a lot of core rules that simply move whitespace around. After years of maintaining these rules, I personally believe two things: ESLint is not the right tool for source code formatting. Having each augmentation of whitespace as a separate rule just doesn't scale and forces us to continue to add exceptions and new rules whenever new

                                                        Change Request: Deprecate formatting rules and recommend using a source code formatter · Issue #17522 · eslint/eslint
                                                      • GitHub - Matts966/zetasql-formatter: ZetaSQL (Standard SQL) Formatter with preserved comments mainly for BigQuery and SpanSQL

                                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                          GitHub - Matts966/zetasql-formatter: ZetaSQL (Standard SQL) Formatter with preserved comments mainly for BigQuery and SpanSQL
                                                        • 【Flutter】LinterとFormatter、そしてLefthook

                                                          はじめに インデントを揃えただけのムダなコミットが増えてきて、プルリクやコミット履歴に関係ないファイルが多くなり「これはいかん」となったので、FlutterにおけるFormatterやLinterについて調べてみました。 FormatterやLinterを調べてたら、なんとその自動化の方法やちょっとした便利なパッケージを見つけましたのでそちらもご紹介いたします。 この記事で紹介したことを導入すると、「コードの整形や解析が自動で行われ」、「正しい書き方がある程度身につき」、「import 文が見やすく」なります(最後のはおまけ)。 個人的結論 FormatterはDart標準搭載のもので十分 Linterは有名な設定を include した上でプロジェクトに沿った設定をする Lefthookを導入して$ git commit時に自動整形する Linterは制約が強めなpedantic_mon

                                                            【Flutter】LinterとFormatter、そしてLefthook
                                                          • JSON Formatter: Online JSON Formatter and Validator

                                                            JSON formatter is an online JSON formatter and validator tool that can perform many complex JSON operations such as format, validate, tree view, minify and edit JSON text. With this, you can also convert JSON to CSV, JSON to XML, and download formatted/converted output instantly. The main purpose of our online JSON formatter and validator utility is to format and validate JSON string in real time.

                                                            • SD AssociationのSDカードフォーマットツール「SD Memory Card Formatter」がApple Siliconに対応したもよう。

                                                              SD AssociationのSDカードフォーマットツール「SD Memory Card Formatter」がApple Siliconに対応したようです。詳細は以下から。 SDカード規格の策定を行うSD Associationは現地時間2022年02月28日、約4年ぶりに公式(開発はTuxeraが担当)のSDカードフォーマットツール「SD Memory Card Formatter for Mac/Windows (アプリ名は”SD Card Formatter.app”)」をバージョン5.0.2アップデートをリリースしています。 SDメモリカードフォーマッターはSDAが発行したSD File System Specificationに準拠して、SDメモリカード、SDHCメモリカード、およびSDXCメモリカード(以下SD/SDHC/SDXCカードと称します)をフォーマットします。 SD

                                                                SD AssociationのSDカードフォーマットツール「SD Memory Card Formatter」がApple Siliconに対応したもよう。
                                                              • Python の静的型検査、Linter/Formatter の設定(個人的まとめ)

                                                                Python で型ヒントを書けることは随分広まってきましたが、それにエディタ(の拡張機能など)を関連づけることでほぼ静的型付け言語と同レベルの堅実な実装ができることはまだあまり知られていません。 この記事では、自分が Python を書く際に導入している静的型検査に関する設定、それに紐づく Linter、そしてコードの整形を行う Formatter までをまとめて紹介します。 Formatter 部分は JavaScript 周辺のエコシステム以上に混沌としており全体の理解や状況の把握も難しいため、この記事では俯瞰的な説明は行いません。一例として参考にしていただければ嬉しいです。もちろんですが、フォーマットのカスタマイズ部分もだいぶ個性が介入してはいます。 ちなみにいわゆる Linter に属するツールも Python にはたくさんのものが存在している状況ではありますが、こちらは静的型検査

                                                                  Python の静的型検査、Linter/Formatter の設定(個人的まとめ)
                                                                • GoのFormatterの書式における'+'フラグと独自実装 - Qiita

                                                                  Go アドベントカレンダーその 2 の 10 日目のエントリーです。 はじめに Formatter でよく見かける %v と %+v といった + の違いを確認してみます。はじめに公式のドキュメント https://golang.org/pkg/fmt/ を確認しましょう。以下のようにあります。 when printing structs, the plus flag (%+v) adds field names 公式ドキュメントのとおり、構造体を print するときに %+v と + を付与するとフィールド名が付与されて出力されます。 package main import "fmt" func main() { p := &Person{ id: 1, Name: "tutuz", Country: "Japan", } fmt.Printf("%v\n", p) fmt.Print

                                                                    GoのFormatterの書式における'+'フラグと独自実装 - Qiita
                                                                  • Online Swift code formatter

                                                                    Experience an online playground for swift-format, allowing for rapid testing of diverse configurations directly on the web. For a comprehensive understanding of swift-format, delve into the repository at apple/swift-format .

                                                                      Online Swift code formatter
                                                                    • VSCodeでPythonのLinter/Formatterの拡張機能が出たらしい - Qiita

                                                                      (2024/02/06 追記) こちらの記事で紹介している拡張機能はPython3.7以下では動作しないようです。 はじめに Pythonの新しいLinter、Formatter用の拡張機能が追加されたみたいです。 それに伴って今までのやり方は非推奨になるようなので、この拡張機能を利用していない人は切り替えましょう(私も最近気が付きました)。 なので、拡張機能の導入手順を残しておこうと思います。 この拡張機能を使えば、Flake8とかautopep8とかのパッケージをpipでインストールしなくてもいいらしい。 嬉しいですね 詳細は以下のページに書いてありました。 おことわり それぞれの拡張機能の役割については説明しません。 追加になった拡張機能 拡張機能名 ID 導入方法 無効化方法

                                                                        VSCodeでPythonのLinter/Formatterの拡張機能が出たらしい - Qiita
                                                                      • json formatter live

                                                                        / About The motivation behind the app I created this app in order to have a quick way to format JSON without needing to open another tab, in either the browser nor the IDE. I think that PWA is a good fit for this, because a stand-alone desktop app is overkill for such an app, and a web app is not as easy to access, since you need an open browser first and it would add yet another tab. Principles E

                                                                          json formatter live
                                                                        • The Ruff Formatter: An extremely fast, Black-compatible Python formatter

                                                                          TL;DR: The Ruff formatter is an extremely fast Python formatter, written in Rust. It’s over 30x faster than Black and 100x faster than YAPF, formatting large-scale Python projects in milliseconds — all while achieving >99.9% Black compatibility. A little over a year ago, I made the first commit to Ruff, an extremely fast Python linter, written in Rust. Since then, Ruff has grown to millions of dow

                                                                            The Ruff Formatter: An extremely fast, Black-compatible Python formatter
                                                                          • Black Formatter - Visual Studio Marketplace

                                                                            Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter. Formatter extension for Visual Studio Code using the Black formatter A Visual Studio Code extension with support for the Black formatter. The extension ships with black=24.3.0. Note: The minimum version of Black this extension supports is 22.3.0. This extension supports for all actively supported versions of the Pyth

                                                                              Black Formatter - Visual Studio Marketplace
                                                                            • Preferred Networks on Twitter: "【リリース】PFN社内で使われているPython向けのlinter/formatter設定・実行ツールを pysen (パイセン) として公開しました。詳細は後日ブログで解説します。 https://t.co/Onk9pimuub https://t.co/yid1abrPgH"

                                                                              【リリース】PFN社内で使われているPython向けのlinter/formatter設定・実行ツールを pysen (パイセン) として公開しました。詳細は後日ブログで解説します。 https://t.co/Onk9pimuub https://t.co/yid1abrPgH

                                                                                Preferred Networks on Twitter: "【リリース】PFN社内で使われているPython向けのlinter/formatter設定・実行ツールを pysen (パイセン) として公開しました。詳細は後日ブログで解説します。 https://t.co/Onk9pimuub https://t.co/yid1abrPgH"
                                                                              1

                                                                              新着記事