Skip to content

Commit

Permalink
Update pre-commit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed Oct 19, 2023
1 parent 04bd231 commit def500f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ repos:
- id: isort

- repo: https://github.com/jsh9/cercis
rev: 0.2.0
rev: 0.2.3
hooks:
- id: cercis

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.2
rev: v3.0.3
hooks:
- id: prettier

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/pre-commit/pre-commit
rev: v3.3.3
rev: v3.5.0
hooks:
- id: validate_manifest

Expand Down

0 comments on commit def500f

Please sign in to comment.