Skip to content

Commit 9266102

Browse files
committed
ruff: add exclude to pyproject.toml
1 parent a8014c5 commit 9266102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ ignore = [
120120
]
121121
line-length = 120
122122
target-version = "py38"
123-
exclude = ["doc", "example*.py"]
123+
exclude = ["doc", "example*.py", "tests/examples/*.py"]

0 commit comments

Comments
 (0)