Skip to content

Commit

Permalink
Upgrade Ruff to 0.9.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
craigwalton-dsit committed Feb 11, 2025
1 parent 5ad9aaf commit bc32ef4
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
uses: chartboost/ruff-action@v1
with:
args: 'format --check'
version: 0.6.0
version: 0.9.6
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
- name: Lint with Ruff
uses: chartboost/ruff-action@v1
with:
version: 0.6.0
version: 0.9.6
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.0
rev: v0.9.6
hooks:
# Run the linter.
- id: ruff
Expand Down
40 changes: 20 additions & 20 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pre-commit = "^3.6.2"
pytest = "^8.1.1"
pytest-asyncio = "^0.23.7"
pytest-repeat = "^0.9.3"
ruff = "^0.6.0"
ruff = "^0.9.6"
types-pyyaml = "^6.0.12"

[tool.poetry.plugins.inspect_ai]
Expand Down

0 comments on commit bc32ef4

Please sign in to comment.