Skip to content

Commit

Permalink
Add reference to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeweerd committed Jan 14, 2024
1 parent ec3c571 commit edbf74b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,14 @@ repos:
# add "shellcheck disable=SC2086" codes to files, rather than global excludes:
# args: [-x,-e2086,-e2004,-e2207,-e2002,-e2116]
# args: ["--severity=warning"] # Optionally only show errors and warnings
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.9
hooks:
# Note, added for future reference, not used
- id: ruff
stages: [manual]
- id: ruff-format
stages: [manual]
- repo: https://github.com/asottile/pyupgrade
rev: v3.15.0
hooks:
Expand Down

0 comments on commit edbf74b

Please sign in to comment.