Skip to content

Commit

Permalink
Ignore I002 for code-examples
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Jun 16, 2023
1 parent 2f84f80 commit 9820fc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rerun_py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ ignore = [
"D415",
"D416",
]

[per-file-ignores]
"path/to/doc/examples/*" = ["I002"]

line-length = 120
select = [
"D", # pydocstyle codes https://www.pydocstyle.org/en/latest/error_codes.html
Expand Down

0 comments on commit 9820fc4

Please sign in to comment.