Skip to content

Commit ce1da46

Browse files
committed
exclude all files in tests directory from linting
1 parent b4f464d commit ce1da46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ reportMissingParameterType = true
5656
line-length = 88
5757

5858
[tool.ruff.lint]
59-
exclude = ["tests"]
59+
exclude = ["tests/*"]
6060
select = [
6161
"F", # Pyflakes
6262
"E", # pycodestyle

0 commit comments

Comments
 (0)