Skip to content

Commit 610fa1a

Browse files
ArmavicaricardoV94
authored andcommitted
Remove deprecated ruff config option
1 parent e939ea0 commit 610fa1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ extend-exclude = ["versioneer.py", "_version.py"]
1111

1212
[tool.ruff.lint]
1313
select = ["D", "E", "F", "I", "UP", "W", "RUF"]
14-
ignore-init-module-imports = true
1514
ignore = [
1615
"E501",
1716
"F841", # Local variable name is assigned to but never used

0 commit comments

Comments
 (0)