fix: resolve CI/CD linting and type checking issues
This commit is contained in:
@@ -30,8 +30,8 @@ dependencies = [
|
|||||||
dev = [
|
dev = [
|
||||||
"pytest>=7.0",
|
"pytest>=7.0",
|
||||||
"pytest-cov",
|
"pytest-cov",
|
||||||
"flake8",
|
"ruff>=0.1.0",
|
||||||
"mypy",
|
"mypy>=1.0.0",
|
||||||
"black",
|
"black",
|
||||||
"isort",
|
"isort",
|
||||||
]
|
]
|
||||||
@@ -57,7 +57,7 @@ profile = "black"
|
|||||||
line_length = 100
|
line_length = 100
|
||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
python_version = "3.8"
|
python_version = "3.9"
|
||||||
warn_return_any = true
|
warn_return_any = true
|
||||||
warn_unused_configs = true
|
warn_unused_configs = true
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
|
|||||||
Reference in New Issue
Block a user