Skip to content
Snippets Groups Projects
Commit 2c5f935e authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] fix pre-commit attrs missing stubs error (add --install-types option)

parent 836e25bd
Branches
Tags
2 merge requests!157v1.0.0rc0: merge dev into master,!144#95, #172: BBC: Arguments changes on 'Documents' constructors: Remove 'signature', introduce 'signing_key', make 'currency' and 'version' optionals
Pipeline #13040 waiting for manual action
......@@ -14,6 +14,9 @@ repos:
hooks:
- id: mypy
exclude: ^docs/
args:
- "--install-types"
- "--non-interactive"
- repo: https://github.com/PyCQA/pylint
rev: v2.8.2
hooks:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment