Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
daizutabi committed Jan 31, 2025
1 parent dbb2da6 commit 7120e61
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,9 @@ ignore = [
"ANN003",
"ARG001",
"ARG002",
"D",
"D105",
"D203",
"D213",
"FBT001",
"FBT002",
"PERF401",
Expand All @@ -95,4 +97,6 @@ ignore = [
]

[tool.ruff.lint.per-file-ignores]
"tests/*" = ["ANN", "ARG", "FBT", "PLR", "RUF", "S"]
"config.py" = ["D401"]
"src/mkapi/plugin.py" = ["D"]
"tests/*" = ["ANN", "ARG", "D", "FBT", "PLR", "RUF", "S"]

0 comments on commit 7120e61

Please sign in to comment.