Loading .pre-commit-config.yaml +2 −1 Original line number Diff line number Diff line Loading @@ -86,8 +86,9 @@ repos: - id: mypy name: mypy types: [python] language: system language: python entry: ./pre_commit_mypy.py args: ["--config-file=.lint"] additional_dependencies: [mypy, click] require_serial: true stages: [commit] Loading
.pre-commit-config.yaml +2 −1 Original line number Diff line number Diff line Loading @@ -86,8 +86,9 @@ repos: - id: mypy name: mypy types: [python] language: system language: python entry: ./pre_commit_mypy.py args: ["--config-file=.lint"] additional_dependencies: [mypy, click] require_serial: true stages: [commit]