diff --git a/pyproject.toml b/pyproject.toml index 4373f3d..f637855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,5 @@ [project] +name = "hoyo-update-notifier" requires-python = ">=3.11" [tool.poetry] @@ -29,7 +30,7 @@ requires = ["poetry-core"] [tool.ruff] line-length = 100 -[tool.ruff.per-file-ignores] +[tool.ruff.lint.per-file-ignores] "**/__init__.py" = ["F403"] "enka/models/*.py" = ["ALL"] "playground.py" = ["T201"]