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

Commit

Permalink
Merge pull request #108 from communitiesuk/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
samuelhwilliams authored May 14, 2024
2 parents 293bfd2 + 1eccd5a commit 00391be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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, bump requirements-dev.txt as well
rev: v0.4.3
rev: v0.4.4
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ pytest
pytest-env
requests-mock
pytest-mock
ruff==0.4.3 # if bumping this, bump .pre-commit-config.yml as well
ruff==0.4.4 # if bumping this, bump .pre-commit-config.yml as well
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ rich==12.6.0
# -r requirements.txt
# bandit
# funding-service-design-utils
ruff==0.4.3
ruff==0.4.4
# via -r requirements-dev.in
s3transfer==0.6.1
# via
Expand Down

0 comments on commit 00391be

Please sign in to comment.