Skip to content

Commit c8eeb9e

Browse files
authored
Pre-commit versions update (#929)
1 parent 467a359 commit c8eeb9e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ci:
1313
repos:
1414

1515
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0
16+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # frozen: v6.0.0
1717
hooks:
1818
- id: check-added-large-files
1919
- id: check-ast
@@ -25,20 +25,20 @@ repos:
2525
exclude: .bumpversion.cfg
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: 5e2fb545eba1ea9dc051f6f962d52fe8f76a9794 # v0.15.13
28+
rev: 01a675ea018f2fb714478a5ffb83fcea8374bb06 # frozen: v0.15.21
2929
hooks:
3030
- id: ruff-check
3131
- id: ruff-format
3232

3333
- repo: https://github.com/crate-ci/typos
34-
rev: aca895bf05aec0cb7dffa6f94495e923224d9f17 # v1.46.2
34+
rev: bee27e3a4fd1ea2111cf90ab89cd076c870fce14 # frozen: v1.48.0
3535
hooks:
3636
- id: typos
3737
args: []
3838
verbose: true
3939

4040
- repo: https://github.com/pre-commit/mirrors-mypy
41-
rev: d2823d321df3af8f878f7ee3414dc94d037145b9 # v2.1.0
41+
rev: 41e691678310dfd3833f7ab4e180ddb014310356 # frozen: v2.3.0
4242
hooks:
4343
- id: mypy
4444
files: jsonargparse.*/.*.py

0 commit comments

Comments
 (0)