Skip to content

Commit e973981

Browse files
committed
build: 🛠 Update ruff to latest version
1 parent 19ae650 commit e973981

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎pyproject.toml‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ pytest-cov = ">=3,<5"
1717
mypy = ">=0.971,<2.0"
1818
tox = ">=3.26,<5.0"
1919
httpx = ">=0.24.1,<1.0.0"
20-
ruff = ">=0.0.284,<0.1.0"
20+
ruff = ">=0.0.284,<0.2.0"
2121

2222
[tool.ruff]
2323
select = ["F","E","W","C","I","N","UP","ANN","S","B","A","COM","C4","T20","PT","ARG","TD","RUF"]
2424
line-length = 115
2525
target-version = "py38"
2626
ignore = ["A001","A002","A003","ANN101","ANN102","ANN401","C901","N8","B008","F405","F821"]
27+
output-format = "grouped"
2728

2829
[tool.ruff.per-file-ignores]
2930
"__init__.py" = ["F401"]

0 commit comments

Comments
 (0)