Skip to content

Commit

Permalink
Upgrade pre-commit (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerYep committed Jan 27, 2024
1 parent 0924888 commit 84079df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ ci:
skip: [mypy, pytest]
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.13
rev: v0.1.14
hooks:
- id: ruff
args: [ --fix ]
args: [--fix]
- id: ruff-format

- repo: local
Expand Down

0 comments on commit 84079df

Please sign in to comment.