Skip to content

Commit 583275d

Browse files
committed
Change ruff requirement
They release bugfixes rather often.
1 parent 12209ea commit 583275d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lint_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Lint requirements
2-
ruff==0.14.11
2+
ruff>=0.14.11,<0.15 # "pre-stable semver
33
mypy==1.19.1
44
shellcheck-py==0.11.0.1
55

0 commit comments

Comments
 (0)