Skip to content

Commit

Permalink
Make Ruff happy
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 25, 2024
1 parent 6079163 commit 4ef7b69
Show file tree
Hide file tree
Showing 4 changed files with 185 additions and 198 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.7.2'
rev: 'v0.8.0'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand Down
Loading

0 comments on commit 4ef7b69

Please sign in to comment.