We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa68e2 commit c1528caCopy full SHA for c1528ca
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.5.0
4
hooks:
5
- id: check-yaml
6
- id: fix-encoding-pragma
@@ -13,7 +13,7 @@ repos:
13
14
- id: autoflake
15
- repo: https://github.com/psf/black
16
- rev: 23.9.1
+ rev: 23.10.1
17
18
- id: black
19
- repo: https://github.com/asottile/blacken-docs
@@ -52,7 +52,7 @@ repos:
52
- id: rst-directive-colons
53
- id: rst-inline-touching-normal
54
- repo: https://github.com/pre-commit/mirrors-mypy
55
- rev: v1.5.1
+ rev: v1.6.1
56
57
- id: mypy
58
files: ^pymatgen/
0 commit comments