Update ruff

This commit is contained in:
Nuno Campos
2024-08-27 10:50:39 -07:00
parent 8c2fefcb28
commit 330c91f622
31 changed files with 237 additions and 240 deletions
+3 -3
View File
@@ -16,7 +16,7 @@ python = "^3.9.0,<4.0"
click = "^8.1.7"
[tool.poetry.group.dev.dependencies]
ruff = "^0.1.4"
ruff = "^0.6.2"
codespell = "^2.2.0"
pytest = "^7.2.1"
pytest-asyncio = "^0.21.1"
@@ -40,7 +40,7 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.ruff]
select = [
lint.select = [
# pycodestyle
"E",
# Pyflakes
@@ -52,4 +52,4 @@ select = [
# isort
"I",
]
ignore = [ "E501", "B008" ]
lint.ignore = [ "E501", "B008" ]