Skip to content

Commit

Permalink
cicd: update precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson committed Jul 12, 2024
1 parent 27a477f commit 7f1fe24
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/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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 7f1fe24

Please sign in to comment.