Skip to content

Commit

Permalink
[efm] Fix Ruff linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Jul 9, 2024
1 parent 76e7e2e commit d2757ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/efm-langserver/config.yaml.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ tools:
format-stdin: true

ruff: &ruff
lint-command: "ruff -n ${INPUT}"
lint-command: "ruff check -n --quiet ${INPUT}"
lint-stdin: true
lint-formats:
- "%f:%l:%c: %m"
lint-ignore-exit-code: true
format-command: ruff --exit-zero --fix -n --stdin-filename ${INPUT} - --unfixable F401,F841
format-command: ruff check --exit-zero --fix -n --stdin-filename ${INPUT} - --unfixable F401,F841
format-stdin: true

ruff-format: &ruff-format
Expand Down

0 comments on commit d2757ce

Please sign in to comment.