Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ skip = [
"*.tar.gz",
"*.png",
"*/tests/fixtures",
"*/json_infra/fixtures",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we had renamed json_infra to json_loader some time ago and we already have an entry to skip */json_loader/fixtures. I am wondering if this is a stale copy of json_infra on your local.

Copy link
Copy Markdown
Contributor

@fselmo fselmo Apr 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, I don't think we need this? πŸ‘€

"*/json_loader/fixtures",
"fixtures.*",
"tmp",
Expand Down