We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a7409 commit fafc29eCopy full SHA for fafc29e
.pre-commit-config.yaml
@@ -53,7 +53,7 @@ repos:
53
language: python
54
# use your preferred Python version
55
# language_version: python3.8
56
- additional_dependencies: [".[types]"]
+ additional_dependencies: []
57
types: [python]
58
# use require_serial so that script
59
# is only called once per commit
scripts/pre-commit-mypy-run.sh
@@ -10,4 +10,6 @@ set -o errexit
10
# Change directory to the project root directory.
11
cd "$(dirname "$0")"/..
12
13
+pip install -q -e .[types]
14
+
15
mypy
0 commit comments