Skip to content

Commit

Permalink
Add N999 to example ruff config
Browse files Browse the repository at this point in the history
Our packages and modules mostly all violate this, and that's ok.
  • Loading branch information
parejkoj committed Jul 3, 2024
1 parent 1369ac0 commit b307088
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 b307088

Please sign in to comment.