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 45c48a8 commit 8d5ff43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,13 @@ 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
"D", # pydocstyle
]
"docs/conf.py" = [
"D", # pydocstyle
]

[tool.ruff.lint.flake8-copyright]
Expand Down

0 comments on commit 8d5ff43

Please sign in to comment.