Skip to content

Commit

Permalink
Merge branch 'staging' into pyproject-build
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Jul 16, 2024
2 parents d101161 + 2548408 commit 6da355f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.4.0
rev: v4.6.0 # pre-commit-hooks version
hooks:
- id: check-added-large-files
args: ["--maxkb=2000"]
- id: detect-private-key
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-merge-conflict
- id: detect-aws-credentials
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
Expand Down Expand Up @@ -34,3 +35,4 @@ repos:
rev: "v2.7.1"
hooks:
- id: prettier
minimum_pre_commit_version: 3.7.1
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dev = [
"psycopg2-binary",
"ruff",
"black",
"pre-commit",
"pre-commit>=3.7.1",
"gene-normalizer ~= 0.1.39",
"pydantic-to-typescript",
]
Expand Down

0 comments on commit 6da355f

Please sign in to comment.