Skip to content

Commit

Permalink
Merge branch 'staging' into update-vrs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Aug 5, 2024
2 parents 612d13e + cbf2dcc commit bf1ec41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ repos:
- id: end-of-file-fixer
- id: check-merge-conflict
- id: detect-aws-credentials
args: [ --allow-missing-credentials ]
args: [--allow-missing-credentials]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.0 # ruff version
hooks:
- id: ruff-format
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tests = [
]
dev = [
"psycopg2-binary",
"ruff",
"ruff == 0.5.0",
"black",
"pre-commit>=3.7.1",
"pydantic-to-typescript2",
Expand Down

0 comments on commit bf1ec41

Please sign in to comment.