Skip to content

Commit c856476

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/psf/black: 23.9.1 → 23.11.0](psf/black@23.9.1...23.11.0) - [github.com/pre-commit/mirrors-mypy: v1.5.1 → v1.7.1](pre-commit/mirrors-mypy@v1.5.1...v1.7.1)
1 parent aaa68e2 commit c856476

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: check-yaml
66
- id: fix-encoding-pragma
@@ -13,7 +13,7 @@ repos:
1313
hooks:
1414
- id: autoflake
1515
- repo: https://github.com/psf/black
16-
rev: 23.9.1
16+
rev: 23.11.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/asottile/blacken-docs
@@ -52,7 +52,7 @@ repos:
5252
- id: rst-directive-colons
5353
- id: rst-inline-touching-normal
5454
- repo: https://github.com/pre-commit/mirrors-mypy
55-
rev: v1.5.1
55+
rev: v1.7.1
5656
hooks:
5757
- id: mypy
5858
files: ^pymatgen/

0 commit comments

Comments
 (0)