Skip to content

Commit e1f79e5

Browse files
Merge pull request #314 from nasa/pre-commit-ci-update-config
chore: update pre-commit hooks
2 parents 7532523 + 1088fdc commit e1f79e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.11
44+
rev: v0.13.3
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.17.1
51+
rev: v1.18.2
5252
hooks:
5353
- id: mypy
5454

0 commit comments

Comments
 (0)