Skip to content

Commit

Permalink
build: 🛠 Update ruff to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Oct 19, 2023
1 parent e8dad98 commit d395b7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ pytest = ">=7.1.2,<8.0.0"
pytest-cov = ">=3,<5"
mypy = ">=0.971,<2.0"
tox = ">=3.26,<5.0"
ruff = ">=0.0.284,<0.1.0"
ruff = ">=0.0.284,<0.2.0"

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

[tool.ruff.per-file-ignores]
"__init__.py" = ["F401"]
Expand Down

0 comments on commit d395b7b

Please sign in to comment.