Alina Lozovskaya commited on
Commit
1d51ba6
·
1 Parent(s): 2426eeb

Fix mypy==1.18.2

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -2
pyproject.toml CHANGED
@@ -43,7 +43,7 @@ all_vision = [
43
  dev = [
44
  "pytest",
45
  "ruff==0.12.0",
46
- "mypy>=1.18.2",
47
  ]
48
 
49
  [project.scripts]
@@ -97,4 +97,4 @@ line-ending = "auto"
97
  python_version = "3.12"
98
  files = ["src/"]
99
  ignore_missing_imports = true
100
- strict = true
 
43
  dev = [
44
  "pytest",
45
  "ruff==0.12.0",
46
+ "mypy==1.18.2",
47
  ]
48
 
49
  [project.scripts]
 
97
  python_version = "3.12"
98
  files = ["src/"]
99
  ignore_missing_imports = true
100
+ strict = true