Skip to content

Commit

Permalink
chore: upgrade ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
adeprez committed Oct 1, 2024
1 parent edd0724 commit f7aefc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.10'

- name: Install Ruff
run: pip install ruff==0.0.292
run: pip install ruff==0.6.8

- name: Run ruff
run: ruff format --check .
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ ruff = "^0.2.2"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.4"

[tool.ruff.format]
exclude = ["*.ipynb"]

0 comments on commit f7aefc3

Please sign in to comment.