Skip to content

Commit 8ca64ff

Browse files
tkfossgithub-actions[bot]
authored andcommitted
Automated pre-commit update
1 parent cee50b2 commit 8ca64ff

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,4 @@ jobs:
116116
Actor: `${{ github.triggering_actor }}`
117117
Author: `${{ github.event.head_commit.author.username }}`
118118
${{ format('Commit: <{0}/{1}/commit/{2}|{1}@{2}>', github.server_url, github.repository, github.sha) || ''}}
119-
View <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|GHA logs>
119+
View <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|GHA logs>

tests/unit/codegen/sdk/typescript/move_symbol_to_file/test_move_tsx_to_file.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,7 @@ def test_remove_unused_exports(tmpdir) -> None:
191191
function Helper({ props }: HelperProps) {}
192192
"""
193193

194-
files = {
195-
"Component.tsx": SRC_CONTENT,
196-
"adjacent.tsx": ADJ_CONTENT,
197-
"misc.tsx": MISC_CONTENT,
198-
"import.tsx": IMPORT_CONTENT
199-
}
194+
files = {"Component.tsx": SRC_CONTENT, "adjacent.tsx": ADJ_CONTENT, "misc.tsx": MISC_CONTENT, "import.tsx": IMPORT_CONTENT}
200195

201196
with get_codebase_session(tmpdir=tmpdir, programming_language=ProgrammingLanguage.TYPESCRIPT, files=files) as codebase:
202197
src_file = codebase.get_file("Component.tsx")

0 commit comments

Comments
 (0)