Skip to content

Commit

Permalink
chore(deps): update ruff to v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pactflow-renovate-bot[bot] authored and JP-Ellis committed Nov 29, 2024
1 parent ca95ab5 commit 4560444
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/[email protected]'

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.0
rev: v0.8.1
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.0"]
devel = ["pypacter-api[devel-types,devel-test]", "ruff==0.8.1"]

################################################################################
## 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.13.0", "pydantic~=2.9", "types-pyyaml", "types-pygments"
devel = [
"pypacter[devel-test,devel-types]",
"pypacter-api[devel]",
"ruff==0.8.0",
"ruff==0.8.1",
"ipykernel",
]

Expand Down

0 comments on commit 4560444

Please sign in to comment.