build fixes #415: Bump ruff from 0.1.1 to 0.3.2

This commit is contained in:
Gary Gale
2024-11-09 22:50:09 +00:00
parent d76c4d7561
commit ba6e8a10c2
4 changed files with 28 additions and 27 deletions

View File

@@ -33,7 +33,7 @@ mypy = { version = "^1.2.0", python = "^3.10" }
pyright = { version = "^1.1.373", python = "^3.10" }
types-aiobotocore = { extras = ["dynamodb"], version = "^2.5.0.post2", python = "^3.10" }
types-redis = { version = "^4.5.4.2", python = "^3.10" }
ruff = { version = ">=0.0.267,<0.1.2", python = "^3.10" }
ruff = { version = ">=0.3.2", python = "^3.10" }
[tool.poetry.group.dev.dependencies]
pytest = "*"
@@ -96,9 +96,9 @@ pythonVersion = "3.8"
addopts = "-p no:warnings"
[tool.ruff]
ignore = ["E501"]
line-length = 80
select = [
lint.ignore = ["E501"]
lint.select = [
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"E", # pycodestyle errors