Skip to content

Fix linting/testing - move pylint config to pyproject.toml

f31954b
Select commit
Loading
Failed to load commit list.
Merged

Use pydantic models for configuration #27

Fix linting/testing - move pylint config to pyproject.toml
f31954b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 28, 2025 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Annotations

Check warning on line 67 in src/pdfbaker/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/__main__.py#L67

Added line #L67 was not covered by tests

Check warning on line 70 in src/pdfbaker/__main__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/__main__.py#L70

Added line #L70 was not covered by tests

Check warning on line 79 in src/pdfbaker/baker.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/baker.py#L79

Added line #L79 was not covered by tests

Check warning on line 88 in src/pdfbaker/baker.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/baker.py#L84-L88

Added lines #L84 - L88 were not covered by tests

Check warning on line 103 in src/pdfbaker/baker.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/baker.py#L99-L103

Added lines #L99 - L103 were not covered by tests

Check warning on line 107 in src/pdfbaker/baker.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/baker.py#L106-L107

Added lines #L106 - L107 were not covered by tests

Check warning on line 112 in src/pdfbaker/baker.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/baker.py#L112

Added line #L112 was not covered by tests

Check warning on line 129 in src/pdfbaker/baker.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/baker.py#L125-L129

Added lines #L125 - L129 were not covered by tests

Check warning on line 139 in src/pdfbaker/baker.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/baker.py#L139

Added line #L139 was not covered by tests

Check warning on line 145 in src/pdfbaker/baker.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/baker.py#L145

Added line #L145 was not covered by tests

Check warning on line 158 in src/pdfbaker/baker.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/baker.py#L158

Added line #L158 was not covered by tests

Check warning on line 51 in src/pdfbaker/config/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/config/__init__.py#L51

Added line #L51 was not covered by tests

Check warning on line 72 in src/pdfbaker/config/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/config/__init__.py#L72

Added line #L72 was not covered by tests

Check warning on line 235 in src/pdfbaker/config/__init__.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/config/__init__.py#L234-L235

Added lines #L234 - L235 were not covered by tests

Check warning on line 36 in src/pdfbaker/config/baker.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/config/baker.py#L36

Added line #L36 was not covered by tests

Check warning on line 41 in src/pdfbaker/config/document.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/config/document.py#L41

Added line #L41 was not covered by tests

Check warning on line 92 in src/pdfbaker/config/document.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/config/document.py#L92

Added line #L92 was not covered by tests

Check warning on line 97 in src/pdfbaker/config/document.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/config/document.py#L97

Added line #L97 was not covered by tests

Check warning on line 106 in src/pdfbaker/config/document.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/config/document.py#L106

Added line #L106 was not covered by tests

Check warning on line 120 in src/pdfbaker/config/document.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/config/document.py#L120

Added line #L120 was not covered by tests

Check warning on line 133 in src/pdfbaker/config/document.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/config/document.py#L132-L133

Added lines #L132 - L133 were not covered by tests

Check warning on line 27 in src/pdfbaker/config/page.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/config/page.py#L27

Added line #L27 was not covered by tests

Check warning on line 138 in src/pdfbaker/document.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/document.py#L138

Added line #L138 was not covered by tests

Check warning on line 143 in src/pdfbaker/document.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/document.py#L142-L143

Added lines #L142 - L143 were not covered by tests

Check warning on line 184 in src/pdfbaker/document.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/pdfbaker/document.py#L182-L184

Added lines #L182 - L184 were not covered by tests