Skip to content

Commit

Permalink
configure ruff linter to show fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Nov 20, 2023
1 parent 7ad30de commit 77cf2f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.1.6"
hooks:
# Linter
- id: ruff
types: [file, python]
args: [--fix]
args: [--fix, --show-fixes]

- repo: https://github.com/codespell-project/codespell
rev: "v2.2.6"
Expand Down

0 comments on commit 77cf2f2

Please sign in to comment.