Skip to content

Commit

Permalink
chore: Remove unnecessary ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 12, 2024
1 parent aec7368 commit a851cbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ builtins-ignorelist = ["copyright"]

[tool.ruff.lint.per-file-ignores]
"docs/conf.py" = ["INP001"] # no __init__.py file
"*/management/commands/*" = ["INP001"] # no __init__.py file
"*/migrations/*" = ["E501"]
"tests/*" = [
"D", # docstring
Expand Down

0 comments on commit a851cbb

Please sign in to comment.