Skip to content

Commit

Permalink
Remove uv run from pre-commit
Browse files Browse the repository at this point in the history
This will hopefully solve the strange lock issue
  • Loading branch information
jond01 committed Sep 13, 2024
1 parent 5235c7d commit b958fa0
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 @@ -17,11 +17,11 @@ repos:
hooks:
- id: mypy
name: mypy
entry: uv run mypy
entry: mypy
language: system
types: [python]
- id: pylint
name: pylint
entry: uv run pylint
entry: pylint
language: system
types: [python]

0 comments on commit b958fa0

Please sign in to comment.