Skip to content

Commit 1485562

Browse files
committed
ignore test data files
1 parent 81a1e2d commit 1485562

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ruff.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ target-version = "py39"
66
# Match Black's default line length
77
line-length = 88
88

9+
# Ignore testdata files
10+
extend-exclude = ["**/testdata/**", "testdata"]
11+
912
[lint]
1013
# Enable Pyflakes (F) and pycodestyle (E, W) for standard linting,
1114
# and isort (I) for import sorting

0 commit comments

Comments
 (0)