Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1c88b0a

Browse files
committed
use codespell
1 parent3d3c86c commit1c88b0a

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

‎.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
repos:
2+
-repo:https://github.com/codespell-project/codespell
3+
rev:v2.2.4
4+
hooks:
5+
-id:codespell
6+
additional_dependencies:[tomli]
7+
28
-repo:https://github.com/astral-sh/ruff-pre-commit
39
rev:v0.4.3
410
hooks:

‎pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,8 @@ lint.unfixable = [
7878
"test/**" = [
7979
"B018",# useless-expression
8080
]
81+
82+
[tool.codespell]
83+
#skip = '*.po,*.ts,./src/3rdParty,./src/Test'
84+
#count = true
85+
quiet-level =3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp