Skip to content

Commit

Permalink
Remove RUF100 check
Browse files Browse the repository at this point in the history
ruff 0.5 (rubin-env 9) does not understand metaclasses so
we need to ignore N804. ruf 0.9 (rubin-env 10) fixes this.
Temporarily have to support both though.
  • Loading branch information
timj committed Jan 24, 2025
1 parent 0c32b46 commit 4f350a5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,6 @@ select = [
"W", # pycodestyle
"D", # pydocstyle
]
extend-select = [
"RUF100", # Warn about unused noqa
]

[tool.ruff.lint.pycodestyle]
max-doc-length = 79
Expand Down

0 comments on commit 4f350a5

Please sign in to comment.