Skip to content

Commit

Permalink
Merge pull request #883 from communitiesuk/renovate/ruff-updates
Browse files Browse the repository at this point in the history
Update Ruff updates to v0.8.4
  • Loading branch information
samuelhwilliams authored Dec 23, 2024
2 parents c52ffc8 + d6652eb commit 7a1c0ae
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.7.4
rev: v0.8.4
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ dev = [
"pytest-mock==3.10.0",
"pytest-playwright==0.5.2",
"requests-mock==1.12.1",
"ruff==0.7.4",
"ruff==0.8.4",
"types-beautifulsoup4==4.12.0.20240511",
"types-colorama==0.4.15.20240311",
"types-flask==1.1.6",
Expand Down
46 changes: 23 additions & 23 deletions uv.lock

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

0 comments on commit 7a1c0ae

Please sign in to comment.