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

Commit

Permalink
Merge pull request #281 from communitiesuk/renovate/ruff-updates
Browse files Browse the repository at this point in the history
Update Ruff updates to v0.8.2
  • Loading branch information
samuelhwilliams authored Dec 6, 2024
2 parents d44a22a + 55cc79f commit 3c74db7
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 @@ -12,7 +12,7 @@ repos:
- id: end-of-file-fixer
- id: check-ast
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.2
hooks:
- id: ruff
args: [ --fix ]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ dev = [
"pytest-flask==1.3.0",
"pytest-mock==3.14.0",
"pytest==8.3.4",
"ruff==0.8.1",
"ruff==0.8.2",
]
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 3c74db7

Please sign in to comment.