Skip to content

Commit bc0c36c

Browse files
authored
Merge pull request lightspeed-core#1591 from tisnik/lcore-2041-trying-to-fix-dependabot-issues
LCORE-2041: Trying to fix Dependabot issues
2 parents 0725e1d + 2962980 commit bc0c36c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ extend-select = ["TID251", "UP006", "UP007", "UP010", "UP017", "UP035", "RUF100"
235235

236236
[tool.ruff.lint.flake8-tidy-imports.banned-api]
237237
unittest = { msg = "use pytest instead of unittest" }
238-
"unittest.mock" = { msg = "use pytest-mock instead of unittest.mock" }
238+
# commented temporarily - Dependabot has problems with this line for some reason
239+
#"unittest.mock" = { msg = "use pytest-mock instead of unittest.mock" }
239240

240241
[tool.mypy]
241242
explicit_package_bases = true

0 commit comments

Comments
 (0)