Skip to content

Commit

Permalink
Remove per-file-ignores setting
Browse files Browse the repository at this point in the history
  • Loading branch information
dosisod committed Jun 19, 2023
1 parent 6bc7ce8 commit 580c503
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,3 @@ extend-exclude = [
# typeshed has its own .pyi-specific configuration
"mypy/typeshed/*",
]

[tool.ruff.per-file-ignores]

"test-data/*" = [
"F401", # imported but unused
"F811", # redefinition
"E701", # multiple statements on one line (colon)
]

0 comments on commit 580c503

Please sign in to comment.