repos:

- repo: https://github.com/pre-commit/pre-commit-hooks

Views0
PublishedFeb 1, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

repos:

- repo: https://github.com/pre-commit/mirrors-mypy

rev: v1.7.0

hooks:

- id: mypy

args: [

--ignore-missing-imports,

--disable-error-code=var-annotated,

--disable-error-code=union-attr,

--disable-error-code=no-redef,

--disable-error-code=assignment,

--disable-error-code=has-type,

--disable-error-code=attr-defined,

--disable-error-code=import-untyped,

--disable-error-code=truthy-function,

--follow-imports=skip,

--explicit-package-bases,

]

Share: