問題タブ [pre-commit.com]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
62 参照

pre-commit.com - pre-commit.com: .pre-commit-config.yaml と requirements.txt の同じバージョン

と でまったく同じバージョンの flake8 を使用したいと考えていrequirements.txtます.pre-commit-config.yaml

冗長性を避けるために、flake8 のバージョン番号をリポジトリに 1 回だけ保持したいと考えています。

pre-commit.com から flake8 のバージョン番号を読み取ることはできますrequirements.txtか?

0 投票する
0 に答える
785 参照

python - Using Python pre-commit with a local server

I am using a python package called pre-commit to standardize the git workflow for my team.

I am having some issues setting up a pre-commit hooks with this package https://github.com/pre-commit/mirrors-mypy due to company proxy with github.

I decided to download the package and upload it to our local bitbuket server and setup pre commit for it to use as a local repo.

Here's my .pre-commit-config.yaml file

I then ran pre-commit install and in the my git bash I did

But the result I get is

0 投票する
2 に答える
90 参照

python - コードに %s フォーマットが含まれている場合に警告する方法

私は 2001 年から Python を使用しており、%s文字列の書式設定には非常に慣れています。

私の現在の環境では、コードは f-strings でフォーマットする必要があります。

古い習慣を誤って使用しないように、コードを自動的にチェックする方法は?