Skip to content

Commit

Permalink
Sync the bare-except allowance between ruff and pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Jan 23, 2025
1 parent b87965b commit c73ebe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ line-length = 120
[tool.pylint."MESSAGES CONTROL"]
disable = [
"arguments-differ",
"bare-except", # This is fine
"broad-except",
"broad-exception-raised", # Only available in later pylint
"c-extension-no-member", # seems to be weird false pos
Expand Down

0 comments on commit c73ebe6

Please sign in to comment.