Skip to content

Commit

Permalink
Add ruff to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jun 19, 2024
1 parent 0f94aba commit badd85f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ repos:
- id: check-builtin-literals
- id: check-docstring-first

# - repo: https://github.com/charliermarsh/ruff-pre-commit
# rev: v0.0.230
# hooks:
# - id: ruff
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.4.9
hooks:
- id: ruff

0 comments on commit badd85f

Please sign in to comment.