Skip to content

Commit 6cbb235

Browse files
authored
Update mypy entry in pre-commit configuration
1 parent 2b09fff commit 6cbb235

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ repos:
1212
hooks:
1313
- id: mypy
1414
name: mypy
15-
entry: "./run-mypy"
15+
entry: uv run -- mypy
16+
args: ["."]
1617
language: system
1718
types: [python]
19+
pass_filenames: false
1820
require_serial: true
1921
verbose: true
2022

0 commit comments

Comments
 (0)