Skip to content

Commit

Permalink
Merge pull request #660 from hms-dbmi/fix-dependency-updates
Browse files Browse the repository at this point in the history
develop(dependencies): Updated pre-commit
  • Loading branch information
b32147 authored Mar 18, 2024
2 parents 06143b3 + da87a71 commit e07135d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.2.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: mixed-line-ending
- id: check-byte-order-marker
- id: check-merge-conflict
- id: detect-aws-credentials
- repo: https://github.com/jazzband/pip-tools
rev: 6.8.0
rev: 7.4.1
hooks:
- id: pip-compile
name: pip-compile dev-requirements.in
Expand Down

0 comments on commit e07135d

Please sign in to comment.