We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dmypy
mypy
1 parent 854f0cd commit ce06848Copy full SHA for ce06848
.gitignore
@@ -21,3 +21,6 @@ examples/**/eval_*
21
22
/.vscode
23
/*.session.sql
24
+
25
+# mypy daemon environment
26
+.dmypy.json
.pre-commit-config.yaml
@@ -49,7 +49,7 @@ repos:
49
50
- id: mypy-check
51
name: mypy type check
52
- entry: mypy --cache-fine-grain
+ entry: dmypy run python
53
language: system
54
types: [python]
55
pass_filenames: false
0 commit comments