Skip to content

Commit

Permalink
Run pre-commit autoupdate (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojunfeng authored Jan 15, 2024
1 parent d84a223 commit 20baafb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.2.0
rev: v1.5.4
hooks:
- id: forbid-crlf
- id: remove-crlf
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
rev: v4.5.0
hooks:
- id: check-added-large-files
args: ['--maxkb=5120'] # 5MB
Expand Down Expand Up @@ -43,7 +43,7 @@ repos:
- id: check-toml
- id: check-xml
- repo: https://github.com/qiaojunfeng/pre-commit-julia-format
rev: v0.1.1
rev: v0.2.0
hooks:
- id: julia-format
exclude: >-
Expand Down

0 comments on commit 20baafb

Please sign in to comment.