Skip to content

Commit

Permalink
fix(deps): update ruff to v0.9.0 (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: pactflow-renovate-bot[bot] <186667433+pactflow-renovate-bot[bot]@users.noreply.github.com>
  • Loading branch information
pactflow-renovate-bot[bot] authored Jan 9, 2025
1 parent d58d6cc commit 51abb72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
- '@biomejs/biome@1.9.4'

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.0
hooks:
- id: ruff
args:
Expand Down
2 changes: 1 addition & 1 deletion pypacter-api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ devel-types = [
"pydantic~=2.9",
]
devel-test = ["pytest", "pytest-cov", "coverage[toml]", "uvicorn"]
devel = ["pypacter-api[devel-types,devel-test]", "ruff==0.8.6"]
devel = ["pypacter-api[devel-types,devel-test]", "ruff==0.9.0"]

################################################################################
## Build System Configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ devel-types = ["mypy==1.14.1", "pydantic~=2.9", "types-pyyaml", "types-pygments"
devel = [
"pypacter[devel-test,devel-types]",
"pypacter-api[devel]",
"ruff==0.8.6",
"ruff==0.9.0",
"ipykernel",
]

Expand Down

0 comments on commit 51abb72

Please sign in to comment.