Skip to content

Commit

Permalink
Remove unnecessary items from [tool.ruff.lint.per-file-ignores].
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd committed Jan 18, 2025
1 parent f75477c commit f623ad9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ ignore = ["E402"]
"comtypes/server/inprocserver.py" = ["E713", "E722", "F403", "F405", "F841"]
"comtypes/server/localserver.py" = ["F401", "F403", "F405"]
"comtypes/server/register.py" = ["F403", "F405", "E713", "E731"]
"comtypes/tools/codegenerator/codegenerator.py" = ["E713", "E721"]
"comtypes/tools/codegenerator/heads.py" = ["E713", "E721"]
"comtypes/tools/codegenerator/heads.py" = ["E721"]
"comtypes/tools/codegenerator/helpers.py" = ["F401"]
"comtypes/tools/codegenerator/packing.py" = ["F821", "F841"]
"comtypes/tools/tlbparser.py" = ["F401"]
Expand Down

0 comments on commit f623ad9

Please sign in to comment.