Skip to content

Commit

Permalink
fix: add T20 exclude on tests and docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
NTFSvolume committed Jan 1, 2025
1 parent 18d76a9 commit 8589f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ unfixable = [
]

[tool.ruff.lint.per-file-ignores]
"**/{tests,docs}/*" = ["E402"] # imports not at the top of the file.
"**/{tests,docs}/*" = ["E402", "T20"] # imports not at the top of the file.
"__init__.py" = ["E402"] # imports not at the top of the file.

[tool.ruff.lint.pydocstyle]
Expand Down

0 comments on commit 8589f47

Please sign in to comment.