Skip to content

Commit 61ecfd0

Browse files
authored
Merge pull request #12 from materialyzeai/pre-commit-ci-update-config
pre-commit autoupdate
2 parents 0b611c0 + 7768d3e commit 61ecfd0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

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

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

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

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.16.0
25+
rev: v1.19.0
2626
hooks:
2727
- id: mypy
2828

@@ -36,12 +36,12 @@ repos:
3636
exclude: src/pymatgen/analysis/aflow_prototypes.json
3737

3838
- repo: https://github.com/adamchainz/blacken-docs
39-
rev: 1.19.1
39+
rev: 1.20.0
4040
hooks:
4141
- id: blacken-docs
4242

4343
- repo: https://github.com/igorshubovych/markdownlint-cli
44-
rev: v0.45.0
44+
rev: v0.46.0
4545
hooks:
4646
- id: markdownlint
4747
# MD013: line too long
@@ -52,12 +52,12 @@ repos:
5252
args: [--disable, MD013, MD024, MD025, MD033, MD041, "--"]
5353

5454
- repo: https://github.com/kynan/nbstripout
55-
rev: 0.8.1
55+
rev: 0.8.2
5656
hooks:
5757
- id: nbstripout
5858
args: [--drop-empty-cells, --keep-output]
5959

6060
- repo: https://github.com/RobertCraigie/pyright-python
61-
rev: v1.1.401
61+
rev: v1.1.407
6262
hooks:
6363
- id: pyright

0 commit comments

Comments
 (0)