Skip to content

Commit

Permalink
build: update ruff-pre-commit to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Nov 13, 2023
1 parent e2ec981 commit e6ab2ce
Show file tree
Hide file tree
Showing 2 changed files with 182 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.1.4"
rev: "v0.1.5"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --unsafe-fixes]
Expand Down
Loading

0 comments on commit e6ab2ce

Please sign in to comment.