Skip to content

Commit

Permalink
Merge pull request #921 from communitiesuk/renovate/ruff-updates
Browse files Browse the repository at this point in the history
Update Ruff updates to v0.9.3
  • Loading branch information
samuelhwilliams authored Jan 29, 2025
2 parents 07b2e0c + 080f99d commit 4ad5d69
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 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.9.2
rev: v0.9.3
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.14.0",
"pytest-playwright==0.6.2",
"requests-mock==1.12.1",
"ruff==0.9.2",
"ruff==0.9.3",
"types-beautifulsoup4==4.12.0.20241020",
"types-colorama==0.4.15.20240311",
"types-flask==1.1.6",
Expand Down
44 changes: 22 additions & 22 deletions uv.lock

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

0 comments on commit 4ad5d69

Please sign in to comment.