Skip to content

Commit 2caacce

Browse files
committed
🎨 Format: apply black format and fix quarto_checks typo
1 parent 4060fa4 commit 2caacce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/vuegen/report_generator.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,9 @@ def get_report(
9898
)
9999
report_dir = output_dir / "quarto_report"
100100
static_files_dir = report_dir / "static"
101-
quarto_report = QuartoReportView(report=report, report_type=report_type, checks=quarto_checks)
101+
quarto_report = QuartoReportView(
102+
report=report, report_type=report_type, quarto_checks=quarto_checks
103+
)
102104
quarto_report.generate_report(
103105
output_dir=report_dir, static_dir=static_files_dir
104106
)

0 commit comments

Comments
 (0)