Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Commit

Permalink
Remove selected rules from ruff config
Browse files Browse the repository at this point in the history
We are using the default rules now so no explicit list needed.
The workflow has been renamed since we now lint all the things,
not just things serous enough that it would prevent testing.
  • Loading branch information
johannaengland authored Nov 8, 2024
1 parent 267992b commit aa575ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
ruff:
runs-on: ubuntu-latest
name: Critical lint Python
name: Lint Python
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v1
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ name = "argus_htmx"
line-length = 120
output-format = "full"

[tool.ruff.lint]
select = ["E4", "E7", "E9", "F4", "F5", "F6", "F7", "F8", "F9"]

[tool.djlint]
profile="django"
indent = 2
Expand Down

0 comments on commit aa575ca

Please sign in to comment.