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 #105 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 7, 2024
2 parents d9eea45 + 4c2cfc2 commit 293bfd2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repos:
- id: end-of-file-fixer
- id: check-ast
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.4.2
# Ruff version. If bumping this, bump requirements-dev.txt as well
rev: v0.4.3
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
ruff==0.4.3 # 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.1
ruff==0.4.3
# via -r requirements-dev.in
s3transfer==0.6.1
# via
Expand Down

0 comments on commit 293bfd2

Please sign in to comment.