Skip to content

Commit

Permalink
add S101 ruff lint exception for test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Milan Fencik committed Nov 25, 2024
1 parent bfb1e4c commit 7289297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/neutron-understack/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ convention = "google"
[tool.ruff.lint.per-file-ignores]
"neutron_understack/tests/*.py" = [
"S311", # allow non-cryptographic secure bits for test data
"S101",
]

[tool.poetry.plugins."neutron.ml2.mechanism_drivers"]
Expand Down

0 comments on commit 7289297

Please sign in to comment.