並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 14 件 / 14件

新着順 人気順

install black formatter python vscodeの検索結果1 - 14 件 / 14件

  • April 2022 (version 1.67)

    Join a VS Code Dev Days event near you to learn about AI-assisted development in VS Code. Update 1.67.1: The update addresses this security issue. Update 1.67.2: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the April 2022 release of Visual Studio Code. There are many updates in this version that we hope

      April 2022 (version 1.67)
    • August 2023 (version 1.82)

      Update 1.82.1: The update addresses this security issue. Update 1.82.2: The update addresses these issues. Update 1.82.3: The update addresses this security issue. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the August 2023 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key hi

        August 2023 (version 1.82)
      • April 2023 (version 1.78)

        Update 1.78.1: The update addresses this security issue. Update 1.78.2: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the April 2023 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Accessibility improvements - Better scre

          April 2023 (version 1.78)
        • February 2024 (version 1.87)

          Update 1.87.1: The update addresses these issues. Update 1.87.2: The update addresses this security issue. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the February 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Voice dictation in editor - Use your

            February 2024 (version 1.87)
          • VS Code の拡張機能「Dev Containers」を使いこなす!おすすめ設定10選 - 虎の穴ラボ技術ブログ

            こんにちは。虎の穴ラボのサカガミです。 今回は Visual Studio Code (以下 VS Code) で利用できる 拡張機能「Dev Containers」のおすすめ設定を紹介します。 Dev Containers とは? Dev Containers は、VS Code の拡張機能で、開発環境をコンテナ化することで、 開発者が統一された環境で作業できるようにするものです。 これにより、異なるマシンでの環境設定のばらつきを防ぎ、 プロジェクトの依存関係を一元管理できます。 Dev Containers を使用することで、開発者は簡単に環境を共有し、 プロジェクトに必要なツールやライブラリを容易に設定できます。 marketplace.visualstudio.com Dev Containers のメリット Dev Containers を利用することで得られる主なメリットは以下

              VS Code の拡張機能「Dev Containers」を使いこなす!おすすめ設定10選 - 虎の穴ラボ技術ブログ
            • PythonのBlackフォーマッタがVSCodeの拡張機能として利用できるようになった - Qiita

              2022/07/29 追記 本稿で紹介するBlack Formatterと、importの序列をフォーマットするisortを併せて紹介した記事をはてなブログに投稿しました。 概要 最近人気のPythonのコードフォーマッタのBlackが、VSCodeの拡張機能としてリリースされました。 VSCodeの拡張機能 Black Formatter 2022年5月のVSCodeのリリースにおいて、PythonのコードフォーマッタのBlackが拡張機能としてVSCodeのマーケットプレイスで公開されたとMicrosoftからアナウンスがありました。 拡張機能のBlack Formatterはこちらです。 2023/02/04現在はプレビュー版ですが、通常の拡張機能と同様にマーケットプレイスからインストールが可能です。 VSCodeの拡張機能として利用できるようになるまでは、BlackはPythonの

                PythonのBlackフォーマッタがVSCodeの拡張機能として利用できるようになった - Qiita
              • July 2024 (version 1.92)

                Update 1.92.1: The update addresses these issues. Update 1.92.2: The update addresses these issues. Downloads: Windows: x64 Arm64 | Mac: Universal Intel silicon | Linux: deb rpm tarball Arm snap Welcome to the July 2024 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include: Default browser - Configure which browser to use

                  July 2024 (version 1.92)
                • Python in Visual Studio Code – August 2022 Release - Microsoft for Python Developers Blog

                  We’re excited to announce that the August 2022 release of the Python and Jupyter extensions for Visual Studio Code are now available! This release includes the following improvements: Automatic debug configurations for web apps Improvements to the Getting Started Experience Setting to configure the display of the interpreter information on the status bar A new Python Tools extension template Remov

                    Python in Visual Studio Code – August 2022 Release - Microsoft for Python Developers Blog
                  • dbt の SQL と yaml の凡ミスを全部検知したい

                    こんにちは、大坪です。 前回の記事の取り組みで品質の単調増加を大事にしているという話をしました。これは外部品質を意図していますが、内部品質も単調増加させられることを期待しています。この記事では内部品質向上の一環として CI で実行しているコードバリデーションスクリプトの全文の公開と解説を行います。 結論を早く見たい人のために全文をここに貼ります。 validate.sh 全文 #!/usr/bin/env bash set -e set -o pipefail cd "$(dirname "$0")/.." || exit 1 set +e if [[ -n "$(git status --porcelain)" ]]; then echo "❌ Git に commit されていないファイルがあります。" git status exit 1 fi # ./ なしだと GitHub Act

                      dbt の SQL と yaml の凡ミスを全部検知したい
                    • Python in Visual Studio Code – May 2022 Release - Microsoft for Python Developers Blog

                      We’re excited to announce that the May 2022 release of the Python and Jupyter Extensions for Visual Studio Code are now available! With this release we’re introducing three new extensions: Black, isort, and Jupyter Powertoys. If you’re interested, you can check the full list of improvements in our changelogs for the Python, Jupyter and Pylance extensions. Black extension As mentioned before, our t

                        Python in Visual Studio Code – May 2022 Release - Microsoft for Python Developers Blog
                      • GitHub - ComfyUI-Workflow/awesome-comfyui: A collection of awesome custom nodes for ComfyUI

                        ComfyUI-Gemini_Flash_2.0_Exp (⭐+172): A ComfyUI custom node that integrates Google's Gemini Flash 2.0 Experimental model, enabling multimodal analysis of text, images, video frames, and audio directly within ComfyUI workflows. ComfyUI-ACE_Plus (⭐+115): Custom nodes for various visual generation and editing tasks using ACE_Plus FFT Model. ComfyUI-Manager (⭐+113): ComfyUI-Manager itself is also a cu

                          GitHub - ComfyUI-Workflow/awesome-comfyui: A collection of awesome custom nodes for ComfyUI
                        • VSCodeでblackとflake8の設定をしてみた | DevelopersIO

                          Pythonのblackとflake8を導入して、VSCodeのファイル保存時に適用する設定内容について記載しました。 DA事業本部の横山です。 プロジェクトでPython用にFormatterとLinterを導入することとなり、blackとflake8を採用しました。 ファイル保存時に両者を適用するためのVSCodeの設定内容について記載します。 black PythonのFormatterで、PEP8に準拠した形でコードを整形してくれます。 PythonのFormatterとしては、他にautopep8やyapf等が存在します。 blackの特徴としては、カスタマイズがほとんどできず1行あたりの最大文字数程度しか設定できません。 今回は、formatterにプロジェクト固有のルールを付与する必要がないためblackを利用することとしました。 pip install black 上記コマ

                            VSCodeでblackとflake8の設定をしてみた | DevelopersIO
                          • Pythonの Linter Formatter は、もうRuff一択。最短5分でプロジェクトに導入

                            概要 Python の Linter、Formatter は今まで black, flake8, isort など複数のライブラリを組み合わせて使用することが一般的でしたが、すべてをオールインワン統合した Ruff の登場により、状況が一変しました。 Ruff は Rust 製の高速な Linter、Formatter で、Python のコードをチェックする際には、もう Ruff 一択と言っても過言ではありません。 本記事では、基本的な Ruff の導入方法(pre-commit を使用)と、VSCODE での設定方法を紹介します。 リポジトリ 本記事の説明に使用しているサンプルの実装は、以下のリポジトリです。 想定読者 Python や Git の基本的な使い方を理解している方を想定しているため、基本的な用語説明は省略しています。 環境 エンジニアの利用率の高い macOS を前提とし

                              Pythonの Linter Formatter は、もうRuff一択。最短5分でプロジェクトに導入
                            • Google Cloud (GCP) を使った kaggle の環境構築メモ - 🍣😺BLOG

                              はじめに GCE (Google Compute Engine) で kaggle 用の環境構築をしたいと思い、自分なりの環境構築をしてみました。その際にいくつかハードルがあったので備忘録としてこの記事を書きました。 kaggle 用とありますが、kaggle docker image などは特に使わずなので、その辺りは目的・用途に合わせて適当に変更ください。 今回は以下のようなイメージの環境を作りたいと思っています。 instance 内で vscode の devcontainer を使って環境を作る poetry を使う pytorch を GPU で動かす kaggle からのデータのロードとデータセットのアップロードは kaggle api を使う 学習済みモデルやその他データは全て GCS (google cloud storage) におく インスタンスの作成 最初にインスタ

                                Google Cloud (GCP) を使った kaggle の環境構築メモ - 🍣😺BLOG
                              1