Skip to content

Commit

Permalink
Merge pull request #1472 from mitodl/sar/ruff_rule
Browse files Browse the repository at this point in the history
Tweak to address new ruff A005 error
  • Loading branch information
shaidar authored Feb 12, 2025
2 parents 3db0e40 + 8057a49 commit 5e21f23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ convention = "pep257"
[tool.ruff.lint.flake8-quotes]
inline-quotes = "double"

[tool.ruff.lint.flake8-builtins]
builtins-allowed-modules = ["secrets", "platform"]

[tool.ruff.lint.per-file-ignores]
"tests/**" = ["S101"]
"test_*.py" = ["S101"]

0 comments on commit 5e21f23

Please sign in to comment.