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

pip: bump the pip-packages group across 1 directory with 2 updates#282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
rffontenelle merged 4 commits intomainfromdependabot/pip/pip-packages-a1c5deecc2
Nov 1, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletionsrequirements.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
polib==1.2.0
pomerge==0.1.4
potodo==0.25
potodo==0.31
powrap==1.0.2
sphinx-intl==2.3.2
sphinx-lint==1.0.0
sphinx-lint==1.0.1
5 changes: 3 additions & 2 deletionsscripts/stats.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,7 +10,7 @@
from datetime import datetime, timezone
from pathlib import Path

from potodo.potodo importscan_path
from potodo.po_file importPoDirectory

logging.basicConfig(level=logging.INFO)

Expand All@@ -29,7 +29,8 @@ def main() -> None:
if not list(pofiles_path.rglob("*.po")):
raise FileNotFoundError(f"No PO files found in {pofiles_path}")

stats = scan_path(pofiles_path, no_cache=True, hide_reserved=False, api_url="")
stats = PoDirectory(pofiles_path, use_cache=False)
stats.scan()

stats_data = {
"completion": str(round(stats.completion, 2)) + "%",
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp