Skip to content

Commit 5f5f4dd

Browse files
committed
chore: bump ruff version
1 parent 820df90 commit 5f5f4dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dev = [
6464
"types-requests==2.32.4.20260107",
6565
"types-tqdm==4.67.3.20260205",
6666
"types-redis==4.6.0.20240425",
67-
"ruff==0.15.0",
67+
"ruff==0.15.8",
6868
]
6969

7070
[project.optional-dependencies]
@@ -74,7 +74,7 @@ ml = ["tritonclient[grpc]>2.0.0,<3.0.0", "opencv-python-headless>4.0.0,<5.0.0",
7474

7575

7676
[tool.pytest.ini_options]
77-
# Use importlib mode as some test names have duplicate basename
77+
# Use importlib mode as some test names have duplicate basename
7878
# (ex: test_utils.py is both in tests/ml and in tests/unit). See:
7979
# https://docs.pytest.org/en/stable/explanation/pythonpath.html#import-modes
8080
addopts = [
@@ -83,4 +83,4 @@ addopts = [
8383
# Add the `src` directory to Python path, so that the openfoodfacts module can
8484
# be imported:
8585
# https://docs.pytest.org/en/stable/reference/reference.html#confval-pythonpath
86-
pythonpath = ["src"]
86+
pythonpath = ["src"]

0 commit comments

Comments
 (0)