Skip to content

Commit

Permalink
Run pre-commit autoupdate (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasjng authored Jan 14, 2025
1 parent e665a58 commit 99cb235
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 @@ -16,13 +16,13 @@ repos:
types_or: [ python, pyi ]
args: [--ignore-missing-imports, --explicit-package-bases]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.5.15
rev: 0.5.18
hooks:
- id: uv-lock
name: Lock project dependencies
Expand Down

0 comments on commit 99cb235

Please sign in to comment.