Skip to content

Commit

Permalink
ruff: use extend-exclude (#8649)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathause authored Jan 24, 2024
1 parent b9df467 commit e1a9dc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,7 @@ reportMissingTypeStubs = false

[tool.ruff]
builtins = ["ellipsis"]
exclude = [
".eggs",
extend-exclude = [
"doc",
"_typed_ops.pyi",
]
Expand Down

0 comments on commit e1a9dc6

Please sign in to comment.