Skip to content

Commit 6a79cdc

Browse files
committed
ruff deprecation fix
1 parent 8ff99b0 commit 6a79cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ ignore_missing_imports = true
108108
[tool.pydocstyle]
109109
ignore = "D105"
110110

111-
[tool.ruff]
111+
[tool.ruff.lint]
112112
ignore = ["E501"]
113113
per-file-ignores = {"__init__.py" = ["E402", "F401"]}

0 commit comments

Comments
 (0)