Skip to content

Commit 77c8005

Browse files
wang-boyurht
authored andcommitted
update ruff version in github actions
1 parent 7dc4ced commit 77c8005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/setup-python@v4
5959
with:
6060
python-version: "3.10"
61-
- run: pip install ruff==0.0.254
61+
- run: pip install ruff==0.0.275
6262
- name: Lint with ruff
6363
# Include `--format=github` to enable automatic inline annotations.
6464
# Use settings from pyproject.toml.

0 commit comments

Comments
 (0)