Skip to content

Commit 452c3f9

Browse files
authored
Merge pull request #366 from smart-on-fhir/dependabot/pip/ruff-lt-0.9
build(deps): update ruff requirement from <0.8 to <0.9
2 parents 24be40b + ab97967 commit 452c3f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.7.2 # keep in rough sync with pyproject.toml
3+
rev: v0.8.0 # keep in rough sync with pyproject.toml
44
hooks:
55
- name: Ruff formatting
66
id: ruff-format

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dev = [
5353
"pre-commit",
5454
# Ruff is using minor versions for breaking changes until their 1.0 release.
5555
# See https://docs.astral.sh/ruff/versioning/
56-
"ruff < 0.8", # keep in rough sync with pre-commit-config.yaml
56+
"ruff < 0.9", # keep in rough sync with pre-commit-config.yaml
5757
]
5858

5959
[project.urls]

0 commit comments

Comments
 (0)