Skip to content

Commit

Permalink
fix: lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Negima1072 committed Aug 15, 2024
1 parent 96b0b88 commit a884107
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ target-version = "py38"
"ANN101",
"ANN102"
]
"examples/*.py" = [
"INP001",
"T201"
]

[tool.ruff.lint.pylint]
max-args = 15
Expand Down

0 comments on commit a884107

Please sign in to comment.