Skip to content

Commit

Permalink
change to extend-exclude (h/t @bandophahita).
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygoy committed Feb 2, 2024
1 parent a6163c4 commit e401c28
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 @@ -122,7 +122,7 @@ test = [
[tool.ruff]
target-version = "py38" # minimum supported version
line-length = 88 # same as Black.
exclude = [
extend-exclude = [
"screenpy/__init__.py",
"screenpy/__version__.py",
"docs",
Expand Down

0 comments on commit e401c28

Please sign in to comment.