Skip to content

Commit

Permalink
Bump ruff from 0.8.1 to 0.8.2 (#582)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Robert Moses Lim <[email protected]>
  • Loading branch information
dependabot[bot] and roblim authored Dec 11, 2024
1 parent 5cd9992 commit 5cdd7af
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: no-commit-to-branch
args: [--branch, develop, --branch, main]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.8.1"
rev: "v0.8.2"
hooks:
- id: ruff
args: ["--fix"]
Expand Down
40 changes: 20 additions & 20 deletions poetry.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 @@ -66,7 +66,7 @@ pytest-cov = ">=5"
pytest-icdiff = "*"
pytest-mock = "*"
responses = ">=0.23.1,<0.26.0"
ruff = "0.8.1"
ruff = "0.8.2"
tenacity = ">=8.2.3,<10.0.0"
tomlkit = ">=0.12.1,<0.14.0"
types-requests = "^2.31"
Expand Down

0 comments on commit 5cdd7af

Please sign in to comment.