Skip to content

Commit bd13a13

Browse files
authored
Fix lint ignores for __init__.py in pyproject.toml
1 parent c3fb0a8 commit bd13a13

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,7 @@ section-order = [
152152
]
153153

154154
[tool.ruff.lint.per-file-ignores]
155-
<<<<<<< before updating
156-
"__init__.py" = ["F401", "F403"]
157-
=======
158155
"__init__.py" = [
159156
"F401",
160157
"F403",
161158
]
162-
>>>>>>> after updating

0 commit comments

Comments
 (0)