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

Commitf788418

Browse files
committed
Clean up mention of manual hook stage
This is no longer used. No pre-commit hook specifies it anymore in`stages`, since517f83a (#1865). Seeb059cd5 (#1868) for context.In the lint.yml GitHub Actions workflow, this removes theextra_args key altogether, because all that would remain there is--all-files, which is already the default for that action, whenthe extra_args key is absent.
1 parente880c33 commitf788418

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

‎.github/workflows/lint.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ jobs:
1414
python-version:"3.x"
1515

1616
-uses:pre-commit/action@v3.0.1
17-
with:
18-
extra_args:--all-files --hook-stage manual

‎tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ commands = pytest --color=yes {posargs}
1212
[testenv:lint]
1313
description = Lint via pre-commit
1414
base_python = py{39,310,311,312,38,37}
15-
commands = pre-commit run --all-files --hook-stage manual
15+
commands = pre-commit run --all-files
1616

1717
[testenv:mypy]
1818
description = Typecheck with mypy

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp