We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3d065d commit 04773f3Copy full SHA for 04773f3
pyproject.toml
@@ -93,7 +93,10 @@ build-backend = "poetry.core.masonry.api"
93
extend-exclude = [
94
"docs/*",
95
# External to the project's coding standards
96
- "tests/**/fixtures/*",
+ "tests/fixtures/git/*",
97
+ "tests/fixtures/project_with_setup*/*",
98
+ "tests/masonry/builders/fixtures/pep_561_stub_only*/*",
99
+ "tests/utils/fixtures/setups/*",
100
]
101
fix = true
102
line-length = 88
0 commit comments