Skip to content

Commit 04773f3

Browse files
committed
chore: make ruff exclude more specific
1 parent e3d065d commit 04773f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ build-backend = "poetry.core.masonry.api"
9393
extend-exclude = [
9494
"docs/*",
9595
# External to the project's coding standards
96-
"tests/**/fixtures/*",
96+
"tests/fixtures/git/*",
97+
"tests/fixtures/project_with_setup*/*",
98+
"tests/masonry/builders/fixtures/pep_561_stub_only*/*",
99+
"tests/utils/fixtures/setups/*",
97100
]
98101
fix = true
99102
line-length = 88

0 commit comments

Comments
 (0)