Skip to content

Commit

Permalink
Fixup Ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Mar 26, 2024
1 parent b1efd63 commit 0d3f59a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: --exit-zero
args: --output-format github
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ multi_line_output = 3
[tool.ruff]
line-length = 100
builtins = ["_"]
output-format = "github"
output-format = "grouped"

[tool.ruff.lint]
extend-select = ["B", "SIM", "PIE", "C4", "INT", "LOG"]
extend-ignore = ["E731"]
exclude = ["cozy/ext/inject/*"]

0 comments on commit 0d3f59a

Please sign in to comment.