Skip to content

Commit 7dca1a0

Browse files
authored
Update pyproject.toml
1 parent f860c93 commit 7dca1a0

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ known-first-party = ["yardang"]
128128
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]
129129

130130
[tool.ruff.lint.per-file-ignores]
131-
<<<<<<< before updating
132-
"__init__.py" = ["F401"]
131+
"__init__.py" = ["F401", "F403"]
133132

134133
[tool.yardang]
135134
root = "docs/src/home.md"
@@ -168,6 +167,3 @@ autodoc_pydantic_model_member_order = "bysource"
168167
autodoc_pydantic_model_show_json = true
169168
autodoc_pydantic_settings_show_json = false
170169
autodoc_pydantic_model_show_field_summary = false
171-
=======
172-
"__init__.py" = ["F401", "F403"]
173-
>>>>>>> after updating

0 commit comments

Comments
 (0)