Skip to content

Commit bce23ba

Browse files
committed
Update ruff version in build.yml
1 parent e23588b commit bce23ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: astral-sh/ruff-action@v3
2222
# Installs ruff for use in later steps
2323
with:
24-
version: "0.7.2"
24+
version: "0.9.1" # Match version specified in .pre-commit-config.yaml and pyproject.toml
2525
args: --version
2626
- name: Lint with Ruff
2727
run: ruff check

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_language_version:
55
python: python3.11
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.9.1 # Match version specified in pyproject.toml
8+
rev: v0.9.1 # Match version specified in pyproject.toml and .github/workflows/build.yml
99
hooks:
1010
# Run the linter.
1111
- id: ruff

0 commit comments

Comments
 (0)