Skip to content

Commit

Permalink
bump to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ljstella committed Jan 9, 2025
1 parent 6f60e75 commit 8795e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
- id: detect-private-key
- id: forbid-submodules
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.0
hooks:
- id: ruff
args: [ --fix ]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ setuptools = ">=69.5.1,<76.0.0"
[tool.poetry.dev-dependencies]

[tool.poetry.group.dev.dependencies]
ruff = "^0.8.6"
ruff = "^0.9.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 8795e97

Please sign in to comment.