Skip to content

Commit c4b4f31

Browse files
Merge pull request #306 from nasa/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents a38acde + 3d298f1 commit c4b4f31

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ default_language_version:
99

1010
repos:
1111
- repo: https://github.com/gitleaks/gitleaks
12-
rev: v8.27.2
12+
rev: v8.28.0
1313
hooks:
1414
- id: gitleaks
1515

@@ -41,14 +41,14 @@ repos:
4141
exclude_types: ["jupyter", "text"]
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: v0.12.2
44+
rev: v0.12.7
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--exit-non-zero-on-fix"]
4848
- id: ruff-format
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v1.16.1
51+
rev: v1.17.1
5252
hooks:
5353
- id: mypy
5454

0 commit comments

Comments
 (0)