Skip to content

Commit d530981

Browse files
committed
Fix formatting.
1 parent d8e335d commit d530981

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.9.0
11+
rev: v0.9.2
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --unsafe-fixes]

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def update_changelog(ctx: Context, version: str | None = None, dry_run: bool = F
167167
lines += [f"* PR #{pr_number} {pr_name}"]
168168
json_resp = response.json()
169169
import pprint
170+
170171
pprint.pprint(json_resp)
171172
lines += [f"* PR #{pr_number} {pr_name} by @{json_resp['user']['login']}"]
172173
if body := json_resp["body"]:

0 commit comments

Comments
 (0)