Skip to content

Commit c966b7b

Browse files
authored
chore: keep ruff away from fixtures (#1871)
1 parent b6d7841 commit c966b7b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ source = "uv-dynamic-versioning"
112112
line-length = 100
113113
target-version = "py310"
114114

115+
extend-exclude = ["*.json", "*.yaml", "*.yml"]
116+
force-exclude = true
117+
115118
[tool.ruff.lint]
116119
# ruff defaults + pyupgrade
117120
select = ["E4", "E7", "E9", "F", "UP"]

0 commit comments

Comments
 (0)