Skip to content

Commit 3a3cb9c

Browse files
committed
chore: specify ruff version range in development dependencies
1 parent 778a342 commit 3a3cb9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dev = [
7070
"pytest-mock (>=3.14.0)",
7171
"pytest-xdist (>=3.6.1)",
7272
"python-dotenv (>=1.0.0)",
73-
"ruff (>=0.10.0)",
73+
"ruff (>=0.10.0,<0.15)",
7474
"typeguard (>=4.4.1)",
7575
]
7676

0 commit comments

Comments
 (0)