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

Commit8cb9fb9

Browse files
committed
fix & skip
1 parent4cbfea8 commit8cb9fb9

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

‎.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ repos:
44
hooks:
55
-id:codespell
66
additional_dependencies:[tomli]
7+
args:["--write-changes"]
78

89
-repo:https://github.com/astral-sh/ruff-pre-commit
910
rev:v0.3.2

‎git/index/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1443,7 +1443,7 @@ def reset(
14431443
key=entry_key(path,0)
14441444
self.entries[key]=nie[key]
14451445
exceptKeyError:
1446-
# If key is not in theirs, itmusn't be in ours.
1446+
# If key is not in theirs, itmustn't be in ours.
14471447
try:
14481448
delself.entries[key]
14491449
exceptKeyError:

‎git/remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ def _from_line(cls, remote: "Remote", line: str) -> "PushInfo":
250250
flags|=cls.NEW_TAG
251251
elif"[new branch]"insummary:
252252
flags|=cls.NEW_HEAD
253-
#uptodate encoded in control character
253+
#up-to-date encoded in control character
254254
else:
255255
# Fast-forward or forced update - was encoded in control character,
256256
# but we parse the old and new commit.

‎pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ lint.unfixable = [
8181
]
8282

8383
[tool.codespell]
84-
#skip = '*.po,*.ts,./src/3rdParty,./src/Test'
84+
skip ='test/fixtures/reflog_*'
85+
ignore-words-list="gud,doesnt"
8586
#count = true
8687
quiet-level =3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp