Skip to content

Commit 91b4c54

Browse files
committed
fix: pre-commit: explicitely adding mypy strict=false
1 parent 34c9733 commit 91b4c54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ ignore-words-list = ["CheckIn", "dependant"]
112112

113113
[tool.mypy]
114114
python_version = "3.11"
115+
strict = false
115116
files = [
116117
"diracx-api/src/**/*.py",
117118
"diracx-cli/src/**/*.py",

0 commit comments

Comments
 (0)