Skip to content

Commit

Permalink
no ruff on scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil21 committed Sep 18, 2024
1 parent 0562a6b commit a286b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ packages = ["airbrakes"]
[tool.ruff]
line-length = 120
show-fixes = true
exclude = ["scripts"]

[tool.ruff.lint]
preview = true
Expand All @@ -34,5 +35,4 @@ select = ["E", "F", "I", "PL", "UP", "RUF", "PTH", "C4", "B", "PIE", "SIM", "RET
"D100", "D101", "D300", "D418", "D419", "S"]

[tool.ruff.lint.per-file-ignores]
"Scripts/run_*.py" = ["T20"]
"tests/*.py" = ["T20", "S101", "D100"]

0 comments on commit a286b59

Please sign in to comment.