Skip to content

Commit cb09b50

Browse files
authored
Merge pull request #78 from materialsvirtuallab/pre-commit-ci-update-config
pre-commit autoupdate
2 parents 28a7431 + 5a09c31 commit cb09b50

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
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.12.0
8+
rev: v0.12.4
99
hooks:
1010
- id: ruff
1111
args: [--fix]
@@ -20,7 +20,7 @@ repos:
2020
- id: trailing-whitespace
2121

2222
- repo: https://github.com/pre-commit/mirrors-mypy
23-
rev: v1.16.1
23+
rev: v1.17.0
2424
hooks:
2525
- id: mypy
2626
additional_dependencies: [numpy>=1.2.5]
@@ -41,6 +41,6 @@ repos:
4141
args: [--drop-empty-cells, --keep-output]
4242

4343
- repo: https://github.com/RobertCraigie/pyright-python
44-
rev: v1.1.402
44+
rev: v1.1.403
4545
hooks:
4646
- id: pyright

0 commit comments

Comments
 (0)