Skip to content

Commit

Permalink
More precise ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano committed Oct 23, 2024
1 parent 396c91c commit 71aeb87
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,12 @@ max-args = 6

[tool.ruff.lint.extend-per-file-ignores]
"test/**.py" = [
"D", # pydocstyle
"D", # pydocstyle
]
"docs/**/*" = [
"E402", # module level import not at top of file
]
"docs/conf.py" = [
"D", # pydocstyle
]

Expand Down

0 comments on commit 71aeb87

Please sign in to comment.