Skip to content

Commit

Permalink
Revert "More precise ignore"
Browse files Browse the repository at this point in the history
This reverts commit 71aeb87.
  • Loading branch information
Eric-Arellano committed Oct 23, 2024
1 parent 71aeb87 commit 25994a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,10 @@ 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 25994a4

Please sign in to comment.