Skip to content

Commit 6c699a0

Browse files
committed
Merge branch 'master' of github.com:materialsvirtuallab/maml
2 parents d9bc559 + 70b4a1a commit 6c699a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.11.4
11+
rev: v0.14.7
1212
hooks:
1313
- id: ruff
1414
args: [--fix]
1515

1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: check-yaml
2020
- id: end-of-file-fixer
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.15.0
24+
rev: v1.19.0
2525
hooks:
2626
- id: mypy
2727

@@ -34,7 +34,7 @@ repos:
3434
additional_dependencies: [tomli] # needed to read pyproject.toml below py3.11
3535

3636
- repo: https://github.com/MarcoGorelli/cython-lint
37-
rev: v0.16.6
37+
rev: v0.18.1
3838
hooks:
3939
- id: cython-lint
4040
args: [--no-pycodestyle]

0 commit comments

Comments
 (0)