Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Update Ruff updates to v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent efa2527 commit cfdc613
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repos:
- id: check-ast
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version. If bumping this, please also bump requirements-dev.in
rev: v0.8.2
rev: v0.8.4
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion authenticator/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ dev = [
"selenium==4.23.1",
"swagger-ui-bundle==0.0.9",
"webdriver-manager==4.0.1",
"ruff==0.8.2",
"ruff==0.8.4",
]
44 changes: 22 additions & 22 deletions authenticator/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ dev = [
"pytest-mock==3.14.0",
"pytest==8.3.2",
"requests-mock==1.11.0",
"ruff==0.8.2",
"ruff==0.8.4",
]
Loading

0 comments on commit cfdc613

Please sign in to comment.