Skip to content

Commit

Permalink
Update pre-commit configuration to simplify mypy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
grelinfo committed Nov 20, 2024
1 parent a957bca commit a222ff2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ repos:
description: "Run 'mypy' for static type checking"
entry: uv run mypy
language: system
types_or: [python, pyi]
args: ["--ignore-missing-imports", "--scripts-are-modules"]
types: [python]
require_serial: true
- id: pytest
name: pytest
Expand Down

0 comments on commit a222ff2

Please sign in to comment.