Skip to content

Commit

Permalink
Merge pull request #667 from lsst-dm/tickets/DM-43583
Browse files Browse the repository at this point in the history
DM-43583: Add N999 to example ruff config
  • Loading branch information
parejkoj committed Jul 3, 2024
2 parents 1369ac0 + b307088 commit e099a85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/examples/pyproject-ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ignore = [
"N813",
"N815",
"N816",
"N999",
]
select = [
"E", # pycodestyle
Expand Down

0 comments on commit e099a85

Please sign in to comment.