Skip to content

Commit 9f83ce0

Browse files
committed
GH Actions: bump to Ruff 0.15.x (was 0.14.x)
See the blog post about the release of Ruff v0.15.0: https://astral.sh/blog/ruff-v0.15.0 0.15.0 release on GitHub: https://github.com/astral-sh/ruff/releases/tag/0.15.0
1 parent 31ccff5 commit 9f83ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: install-ruff
2121
uses: astral-sh/ruff-action@v3
2222
with:
23-
version: '0.14.x'
23+
version: '0.15.x'
2424
args: '--version'
2525

2626
- name: Run Ruff's linter - statistics

0 commit comments

Comments
 (0)