Skip to content

Commit

Permalink
ignore E721
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Aug 22, 2024
1 parent ed5cb9e commit 4276024
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/cucim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ fix = true
# see: https://docs.astral.sh/ruff/rules/
select = ["E", "F", "W", "I", "UP"]
ignore = [
# (pycodestyle) Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
"E721",
# (pyupgrade) Use `X | Y` in `isinstance` call instead of `(X, Y)`
"UP038",
]
Expand Down

0 comments on commit 4276024

Please sign in to comment.