Skip to content

Commit 03be470

Browse files
Merge pull request #172 from nasa/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents 9c1921a + bc67faa commit 03be470

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.0
12+
rev: v8.27.2
1313
hooks:
1414
- id: gitleaks
1515

@@ -38,13 +38,13 @@ repos:
3838
- id: trailing-whitespace
3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: v0.11.12
41+
rev: v0.12.2
4242
hooks:
4343
- id: ruff
4444
args: ["--fix", "--exit-non-zero-on-fix"]
4545
- id: ruff-format
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.16.0
48+
rev: v1.16.1
4949
hooks:
5050
- id: mypy

0 commit comments

Comments
 (0)