Skip to content

Commit

Permalink
Merge pull request #366 from smart-on-fhir/dependabot/pip/ruff-lt-0.9
Browse files Browse the repository at this point in the history
build(deps): update ruff requirement from <0.8 to <0.9
  • Loading branch information
mikix authored Nov 25, 2024
2 parents 24be40b + ab97967 commit 452c3f9
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2 # keep in rough sync with pyproject.toml
rev: v0.8.0 # keep in rough sync with pyproject.toml
hooks:
- name: Ruff formatting
id: ruff-format
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dev = [
"pre-commit",
# Ruff is using minor versions for breaking changes until their 1.0 release.
# See https://docs.astral.sh/ruff/versioning/
"ruff < 0.8", # keep in rough sync with pre-commit-config.yaml
"ruff < 0.9", # keep in rough sync with pre-commit-config.yaml
]

[project.urls]
Expand Down

0 comments on commit 452c3f9

Please sign in to comment.