Spaces:
Sleeping
Sleeping
yuki.tsutsumi
commited on
Commit
•
8151901
1
Parent(s):
92fa0d1
precommitのmypyの引数にstrictを追加。
Browse files- .pre-commit-config.yaml +1 -1
.pre-commit-config.yaml
CHANGED
@@ -20,4 +20,4 @@ repos:
|
|
20 |
rev: v1.10.1
|
21 |
hooks:
|
22 |
- id: mypy
|
23 |
-
args: [--ignore-missing-imports]
|
|
|
20 |
rev: v1.10.1
|
21 |
hooks:
|
22 |
- id: mypy
|
23 |
+
args: [--strict, --ignore-missing-imports]
|