Skip to content

Commit

Permalink
Put back lint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Jan 7, 2025
1 parent aee6a9c commit f29eb8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ ignore = [
"E501",
# Allow prints
"T201",
# Allow shadowing builtins
"A004",
]

[tool.ruff.lint.pydocstyle]
Expand Down

0 comments on commit f29eb8d

Please sign in to comment.