Skip to content

Commit

Permalink
chore: make ruff exclude more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
abn committed Mar 12, 2024
1 parent c39b38c commit 8853969
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ build-backend = "poetry.core.masonry.api"
extend-exclude = [
"docs/*",
# External to the project's coding standards
"tests/**/fixtures/*",
"tests/fixtures/git/*",
"tests/fixtures/project_with_setup*/*",
"tests/masonry/builders/fixtures/pep_561_stub_only*/*",
"tests/utils/fixtures/setups/*",
]
fix = true
line-length = 88
Expand Down

0 comments on commit 8853969

Please sign in to comment.