We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9c765 commit c5a6f43Copy full SHA for c5a6f43
pyproject.toml
@@ -17,7 +17,7 @@ pytest-cov = ">=3,<5"
17
mypy = ">=0.971,<2.0"
18
tox = ">=3.26,<5.0"
19
httpx = ">=0.24.1,<1.0.0"
20
-ruff = ">=0.0.284,<0.2.0"
+ruff = ">=0.0.284,<0.3.0"
21
22
[tool.ruff]
23
select = ["F","E","W","C","I","N","UP","ANN","S","B","A","COM","C4","T20","PT","ARG","TD","RUF"]
0 commit comments