Skip to content

Commit

Permalink
build(deps-dev): bump ruff from 0.0.282 to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jpvanhal committed Feb 19, 2024
1 parent 02d0cef commit 20c2d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ exclude = [
"/docs/_build",
]

[tool.ruff]
[tool.ruff.lint]
select = ["E", "F", "I", "UP"]

[tool.ruff.isort]
[tool.ruff.lint.isort]
known-first-party = ["sqlalchemy_searchable", "tests"]
order-by-type = false
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ commands=py.test {posargs}
[testenv:lint]
deps =
black==23.7.0
ruff==0.0.282
ruff==0.2.2
commands =
ruff check .
black --check .

0 comments on commit 20c2d9b

Please sign in to comment.