Skip to content

Commit

Permalink
Merge pull request #358 from smart-on-fhir/dependabot/pip/ruff-lt-0.8
Browse files Browse the repository at this point in the history
build(deps): update ruff requirement from <0.6 to <0.8
  • Loading branch information
mikix authored Nov 4, 2024
2 parents d418d96 + e1b61fc commit f95c957
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.5.5 # keep in rough sync with pyproject.toml
rev: v0.7.2 # 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 @@ -54,7 +54,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.6", # keep in rough sync with pre-commit-config.yaml
"ruff < 0.8", # keep in rough sync with pre-commit-config.yaml
]

[project.urls]
Expand Down

0 comments on commit f95c957

Please sign in to comment.