mirror of
https://github.com/fastapi/fastapi.git
synced 2026-02-02 18:31:43 -05:00
⏪️ Revert "🔧 Tweak mypy config in pre-commit"
This reverts commit 02ee599c13.
This commit is contained in:
@@ -32,13 +32,10 @@ repos:
|
||||
|
||||
- id: local-mypy
|
||||
name: mypy check
|
||||
entry: uv run mypy
|
||||
args:
|
||||
- --scripts-are-modules
|
||||
entry: uv run mypy fastapi
|
||||
require_serial: true
|
||||
language: unsupported
|
||||
types: [python]
|
||||
files: ^fastapi/.*\.py$
|
||||
pass_filenames: false
|
||||
|
||||
- id: add-permalinks-pages
|
||||
language: unsupported
|
||||
|
||||
Reference in New Issue
Block a user