Skip to content

Commit

Permalink
chore(ruff): Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jul 4, 2024
1 parent e2d0438 commit 7608063
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[project]
name = "hoyo-update-notifier"
requires-python = ">=3.11"

[tool.poetry]
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 7608063

Please sign in to comment.