Skip to content

Commit 7ddc7ee

Browse files
committed
chore: update ruff to 0.6.1
This version is compatible with poetry2nix while being just a few patch versions behind. Signed-off-by: Sefa Eyeoglu <[email protected]>
1 parent c677725 commit 7ddc7ee

File tree

2 files changed

+24
-23
lines changed

2 files changed

+24
-23
lines changed

poetry.lock

+21-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ viztracer = "^0.15.6"
3737
black = "^24.3.0"
3838
pytest = "^7.2.0"
3939
mypy = "^1.4.1"
40-
ruff = "^0.1.5"
40+
ruff = "^0.6.1"
4141

4242
[tool.black]
4343
line-length = 135
4444
exclude = "(.git|.env|venv|.venv|build|dist|.vscode|.idea|__pycache__|.ruff_cache)"
4545
target-version = ["py310", "py311"]
4646

4747
[tool.ruff]
48-
select = ["E", "F", "W", "Q"]
48+
lint.select = ["E", "F", "W", "Q"]
4949
src = ["eyetrackvr-backend", "test"]
5050
respect-gitignore = true
5151
target-version = "py311"
@@ -54,7 +54,7 @@ indent-width = 4
5454
exclude = ["__pycache__", ".ruff_cache", ".vscode", ".idea", ".venv", "build", "dist", ".git", ".env", "venv"]
5555
line-length = 135
5656

57-
[tool.ruff.per-file-ignores]
57+
[tool.ruff.lint.per-file-ignores]
5858
"__init__.py" = ["F401"]
5959

6060

0 commit comments

Comments
 (0)